C# Class BACnet.Ashrae.LimitEnable

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

LimitEnable() public méthode

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

Load() public static méthode

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

Save() public static méthode

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

WithBit() public méthode

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

WithLength() public méthode

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

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