C# Class BACnet.Ashrae.ResultFlags

Exibir arquivo Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

Load() public static method

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

ResultFlags() public method

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

Save() public static method

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

WithBit() public method

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

WithLength() public method

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

this() public method

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

Property Details

Schema public_oe static_oe property

public static ISchema Schema
return ISchema