C# Class BACnet.Ashrae.LogStatus

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

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

LogStatus() public méthode

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

Save() public static méthode

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

WithBit() public méthode

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

WithLength() public méthode

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

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