InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / PrinterDeviceIdentifier Property


In This Topic
    PrinterDeviceIdentifier Property
    In This Topic

    Gets or sets the hexadecimal address of the DID (device identifier) for the device that the host sends host-initiated print jobs to.

    The valid range of values is 0x20 - 0x7F inclusive.

    Syntax
    'Declaration
     
    
    Property PrinterDeviceIdentifier As Integer
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As Integer
     
    instance.PrinterDeviceIdentifier = value
     
    value = instance.PrinterDeviceIdentifier
    int PrinterDeviceIdentifier {get; set;}
    See Also