InfoConnect for Airlines
ReadDeviceIdentifier Property


Gets or sets the hexadecimal address of the device identifier (DID) for the device that receives data from a host's disk drive, tape system, or other device. The valid range of values is 0x20 - 0x7F inclusive.
Syntax
'Declaration
 
Property ReadDeviceIdentifier As Integer
'Usage
 
Dim instance As IUtsTerminal
Dim value As Integer
 
instance.ReadDeviceIdentifier = value
 
value = instance.ReadDeviceIdentifier
int ReadDeviceIdentifier {get; set;}
See Also