C# Class BACnet.Ashrae.StatusFlags

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

Load() public static method

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

Save() public static method

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

StatusFlags() public method

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

WithBit() public method

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

WithLength() public method

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

this() public method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema