BACnet.Ashrae.RequestKeyRequest.RequestKeyRequest C# (CSharp) Метод

RequestKeyRequest() публичный Метод

public RequestKeyRequest ( ObjectId requestingDeviceIdentifier, NetworkAddress requestingDeviceAddress, ObjectId remoteDeviceIdentifier, NetworkAddress remoteDeviceAddress ) : System
requestingDeviceIdentifier ObjectId
requestingDeviceAddress NetworkAddress
remoteDeviceIdentifier ObjectId
remoteDeviceAddress NetworkAddress
Результат System
        public RequestKeyRequest(ObjectId requestingDeviceIdentifier, NetworkAddress requestingDeviceAddress, ObjectId remoteDeviceIdentifier, NetworkAddress remoteDeviceAddress)
        {
            this.RequestingDeviceIdentifier = requestingDeviceIdentifier;
            this.RequestingDeviceAddress = requestingDeviceAddress;
            this.RemoteDeviceIdentifier = remoteDeviceIdentifier;
            this.RemoteDeviceAddress = remoteDeviceAddress;
        }