C# Class BACnet.Ashrae.EventParameter.FloatingLimit

Inheritance: EventParameter
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
FloatingLimit ( uint timeDelay, DeviceObjectPropertyReference setpointReference, float lowDiffLimit, float highDiffLimit, float deadband ) : System
Load ( IValueStream stream ) : FloatingLimit
Save ( IValueSink sink, FloatingLimit value ) : void

Method Details

FloatingLimit() public method

public FloatingLimit ( uint timeDelay, DeviceObjectPropertyReference setpointReference, float lowDiffLimit, float highDiffLimit, float deadband ) : System
timeDelay uint
setpointReference DeviceObjectPropertyReference
lowDiffLimit float
highDiffLimit float
deadband 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