Dart.Emulation Namespace > Option Class : SubOption Property |
<DefaultValueAttribute()> Public Property SubOption As Byte()
[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); }
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.