PowerTCP Emulation for .NET
SubOption Property (Option)




Gets or sets the suboption information for options.
Syntax
<DefaultValueAttribute()>
Public Property SubOption As Byte()
Dim instance As Option
Dim value() As Byte
 
instance.SubOption = value
 
value = instance.SubOption
[DefaultValue()]
public byte[] SubOption {get; set;}
[DefaultValue()]
public: __property byte[]* get_SubOption();
public: __property void set_SubOption( 
   byte[]* value
);
[DefaultValue()]
public:
property array<byte>^ SubOption {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

A byte array representing the suboption information.
Remarks

Some options require addition suboption information. Set this property to a byte array representing the suboption data. The formatting of the data in the byte array will vary depending on the option. See the appropriate RFC for the option to determine how to format the data.

Popular suboptions are encapsulated by high level properties for ease of use. Examples include TerminalType and WindowSize.

See Also

Reference

Option Class
Option Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic