C# Class BACnet.Ashrae.ReadPropertyAck

Inheritance: IComplexAck
Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method 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 method

public static Load ( IValueStream stream ) : ReadPropertyAck
stream IValueStream
return ReadPropertyAck

ReadPropertyAck() public method

public ReadPropertyAck ( ObjectId objectIdentifier, PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, GenericValue propertyValue ) : System
objectIdentifier ObjectId
propertyIdentifier PropertyIdentifier
propertyArrayIndex Option
propertyValue GenericValue
return System

Save() public static method

public static Save ( IValueSink sink, ReadPropertyAck value ) : void
sink IValueSink
value ReadPropertyAck
return void

Property Details

Schema public static property

public static ISchema Schema
return ISchema