DeviceName Property (Read/Write)

Top  Previous  Next

Sets an specific telnet device name defined in the telnet server.

 

Visual Basic Syntax

 

TTnb3287.DeviceName [= String]

 

Delphi Syntax

 

TTnb3287.DeviceName [:= String];

 

 

Remarks

 

When AttachMode is set to amDirect, this component will try to connect to the specified Device Name (LU). When AttachMode is set to amAssociate, the telnet server will try to assign a device associated to the specified LU.

 

See also Host and AttachMode properties.