示例#1
0
        public SiLAReturnValue GetDeviceIdentification(int requestId, string lockId, out SiLA_DeviceIdentification deviceDescription)
        {
            SiLAReturnValue returnValue = new SiLAReturnValue(
                (int)ReturnCode.Success,
                this.Device.DeviceIdentification.DeviceName + " GetDeviceIdentification",
                "PT0.7S",
                this.Device.DeviceIdentification.SiLADeviceClass);

            deviceDescription = this.Device.DeviceIdentification;
            return(returnValue);
        }
        public SiLAReturnValue GetDeviceIdentification(int requestId, string lockId, out SiLA_DeviceIdentification deviceDescription)
        {
            SiLAReturnValue returnValue = new SiLAReturnValue(
                (int)ReturnCode.Success,
                this.Device.DeviceIdentification.DeviceName + " GetDeviceIdentification",
                "PT0.7S",
                this.Device.DeviceIdentification.SiLADeviceClass);

            deviceDescription = this.Device.DeviceIdentification;
            return returnValue;
        }