Dart.Emulation Namespace > CommandEventArgs Class : SubOption Property |
Public ReadOnly Property SubOption As Byte()
Dim instance As CommandEventArgs Dim value() As Byte value = instance.SubOption
public byte[] SubOption {get;}
public: __property byte[]* get_SubOption();
public: property array<byte>^ SubOption { array<byte>^ get(); }
This property contains optional suboption data. Suboption usage is specific to a limited number of options. For the exact format of the suboption data, refer to the RFC that documents the option in question.