C# Class BACnet.Ashrae.LimitEnable

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
LimitEnable ( BitString56 bitstring ) : System
Load ( IValueStream stream ) : LimitEnable
Save ( IValueSink sink, LimitEnable value ) : void
WithBit ( Bits bit, bool set = true ) : LimitEnable
WithLength ( byte length ) : LimitEnable
this ( Bits bit ) : bool

Method Details

LimitEnable() public method

public LimitEnable ( BitString56 bitstring ) : System
bitstring BACnet.Types.BitString56
return System

Load() public static method

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

Save() public static method

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

WithBit() public method

public WithBit ( Bits bit, bool set = true ) : LimitEnable
bit Bits
set bool
return LimitEnable

WithLength() public method

public WithLength ( byte length ) : LimitEnable
length byte
return LimitEnable

this() public method

public this ( Bits bit ) : bool
bit Bits
return bool

Property Details

Schema public static property

public static ISchema Schema
return ISchema