IP*Works! 2016 ActiveX Edition
IP*Works! 2016 ActiveX Edition
Questions / Feedback?

DoSubOption Property

A Telnet SubOption to send to the server with the SubOption command.

Syntax

telnetcontrol.DoSubOption[=string]

Default Value

""

Remarks

For a list of valid Telnet suboptions and their descriptions please look at the Telnet RFCs.

You don't need to specify the suboption start and suboption end codes. Those are appended automatically by the control. For example, to send a terminal type suboption to request setting the terminal type to 'vt100', you must send ASCII 24, followed by ASCII 0, followed by "vt100" (without the quotes).

To read or write binary data to the property, a Variant (Byte Array) version is provided in .DoSubOptionB.

This property is write-only and not available at design time.

Data Type

Binary String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 ActiveX Edition - Version 16.0 [Build 7353]