C# Class BACnet.Ashrae.LogStatus

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

Load() public static method

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

LogStatus() public method

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

Save() public static method

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

WithBit() public method

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

WithLength() public method

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

this() public method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema