C# Class BACnet.Ashrae.RequestKeyRequest

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 ) : RequestKeyRequest
RequestKeyRequest ( ObjectId requestingDeviceIdentifier, NetworkAddress requestingDeviceAddress, ObjectId remoteDeviceIdentifier, NetworkAddress remoteDeviceAddress ) : System
Save ( IValueSink sink, RequestKeyRequest value ) : void

Method Details

Load() public static méthode

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

RequestKeyRequest() public méthode

public RequestKeyRequest ( ObjectId requestingDeviceIdentifier, NetworkAddress requestingDeviceAddress, ObjectId remoteDeviceIdentifier, NetworkAddress remoteDeviceAddress ) : System
requestingDeviceIdentifier ObjectId
requestingDeviceAddress NetworkAddress
remoteDeviceIdentifier ObjectId
remoteDeviceAddress NetworkAddress
Résultat System

Save() public static méthode

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

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema