C# Class BACnet.Ashrae.ResultFlags

Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Свойство Type Description
Schema ISchema

Méthodes publiques

Méthode 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 méthode

public static Load ( IValueStream stream ) : ResultFlags
stream IValueStream
Résultat ResultFlags

ResultFlags() public méthode

public ResultFlags ( BitString56 bitstring ) : System
bitstring BACnet.Types.BitString56
Résultat System

Save() public static méthode

public static Save ( IValueSink sink, ResultFlags value ) : void
sink IValueSink
value ResultFlags
Résultat void

WithBit() public méthode

public WithBit ( Bits bit, bool set = true ) : ResultFlags
bit Bits
set bool
Résultat ResultFlags

WithLength() public méthode

public WithLength ( byte length ) : ResultFlags
length byte
Résultat ResultFlags

this() public méthode

public this ( Bits bit ) : bool
bit Bits
Résultat bool

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema