PowerTCP Emulation for .NET
SubOption Property (CommandEventArgs)




Suboption pertaining to the received command.
Syntax
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();
}

Property Value

A byte array containing formatted data associated with the option.
Remarks

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.

See Also

Reference

CommandEventArgs Class
CommandEventArgs Members


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