PowerTCP Emulation for .NET CF
SubOption Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Option Class : SubOption Property




Gets or sets the suboption information for options.

Syntax

Visual Basic (Declaration) 
Public Property SubOption As Byte()
Visual Basic (Usage)Copy Code
Dim instance As Option
Dim value() As Byte
 
instance.SubOption = value
 
value = instance.SubOption
C# 
public byte[] SubOption {get; set;}
Managed Extensions for C++ 
public: __property byte[]* get_SubOption();
public: __property void set_SubOption( 
   byte[]* value
);
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.