C# Class BACnet.Ashrae.StatusFlags

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 ) : 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 méthode

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

Save() public static méthode

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

StatusFlags() public méthode

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

WithBit() public méthode

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

WithLength() public méthode

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

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