C# Class BACnet.Ashrae.ServicesSupported

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 ) : ServicesSupported
Save ( IValueSink sink, ServicesSupported value ) : void
ServicesSupported ( BitString56 bitstring ) : System
WithBit ( Bits bit, bool set = true ) : ServicesSupported
WithLength ( byte length ) : ServicesSupported
this ( Bits bit ) : bool

Method Details

Load() public static méthode

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

Save() public static méthode

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

ServicesSupported() public méthode

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

WithBit() public méthode

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

WithLength() public méthode

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

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