PowerTCP Telnet for .NET
SendSubOption Method




Syntax
Public Function SendSubOption( _
   ByVal code As OptionCode, _
   ByVal subOption() As Byte _
) As Byte()
Dim instance As Telnet
Dim code As OptionCode
Dim subOption() As Byte
Dim value() As Byte
 
value = instance.SendSubOption(code, subOption)
public byte[] SendSubOption( 
   OptionCode code,
   byte[] subOption
)
public: byte[]* SendSubOption( 
   OptionCode code,
   byte[]* subOption
) 
public:
array<byte>^ SendSubOption( 
   OptionCode code,
   array<byte>^ subOption
) 

Parameters

code
subOption
See Also

Reference

Telnet Class
Telnet Members


PowerTCP Telnet for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic