C# Class BACnet.Ashrae.RequestKeyRequest

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : RequestKeyRequest
RequestKeyRequest ( ObjectId requestingDeviceIdentifier, NetworkAddress requestingDeviceAddress, ObjectId remoteDeviceIdentifier, NetworkAddress remoteDeviceAddress ) : System
Save ( IValueSink sink, RequestKeyRequest value ) : void

Method Details

Load() public static method

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

RequestKeyRequest() public method

public RequestKeyRequest ( ObjectId requestingDeviceIdentifier, NetworkAddress requestingDeviceAddress, ObjectId remoteDeviceIdentifier, NetworkAddress remoteDeviceAddress ) : System
requestingDeviceIdentifier ObjectId
requestingDeviceAddress NetworkAddress
remoteDeviceIdentifier ObjectId
remoteDeviceAddress NetworkAddress
return System

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema