C# Class BACnet.Ashrae.ReadPropertyAck

Inheritance: IComplexAck
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 ) : ReadPropertyAck
ReadPropertyAck ( ObjectId objectIdentifier, PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, GenericValue propertyValue ) : System
Save ( IValueSink sink, ReadPropertyAck value ) : void

Method Details

Load() public static méthode

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

ReadPropertyAck() public méthode

public ReadPropertyAck ( ObjectId objectIdentifier, PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, GenericValue propertyValue ) : System
objectIdentifier ObjectId
propertyIdentifier PropertyIdentifier
propertyArrayIndex Option
propertyValue GenericValue
Résultat System

Save() public static méthode

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

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema