C# Class BACnet.Ashrae.EventParameter.OutOfRange

Inheritance: EventParameter
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : OutOfRange
OutOfRange ( uint timeDelay, float lowLimit, float highLimit, float deadband ) : System
Save ( IValueSink sink, OutOfRange value ) : void

Method Details

Load() public static method

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

OutOfRange() public method

public OutOfRange ( uint timeDelay, float lowLimit, float highLimit, float deadband ) : System
timeDelay uint
lowLimit float
highLimit float
deadband float
return System

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema