C# Class BACnet.Ashrae.NotificationParameters.FloatingLimit

Inheritance: NotificationParameters
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
FloatingLimit ( float referenceValue, StatusFlags statusFlags, float setpointValue, float errorLimit ) : System
Load ( IValueStream stream ) : FloatingLimit
Save ( IValueSink sink, FloatingLimit value ) : void

Method Details

FloatingLimit() public method

public FloatingLimit ( float referenceValue, StatusFlags statusFlags, float setpointValue, float errorLimit ) : System
referenceValue float
statusFlags StatusFlags
setpointValue float
errorLimit float
return System

Load() public static method

public static Load ( IValueStream stream ) : FloatingLimit
stream IValueStream
return FloatingLimit

Save() public static method

public static Save ( IValueSink sink, FloatingLimit value ) : void
sink IValueSink
value FloatingLimit
return void

Property Details

Schema public static property

public static ISchema Schema
return ISchema