C# Class BACnet.Ashrae.DaysOfWeek

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

DaysOfWeek() public méthode

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

Load() public static méthode

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

Save() public static méthode

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

WithBit() public méthode

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

WithLength() public méthode

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

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