C# Class BACnet.Ashrae.ObjectTypesSupported

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

Method Details

Load() public static méthode

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

ObjectTypesSupported() public méthode

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

Save() public static méthode

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

WithBit() public méthode

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

WithLength() public méthode

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

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