PowerTCP Emulation for .NET
OptionCode Property




The option pertaining to the received command.
Syntax
Public ReadOnly Property OptionCode As OptionCode
Dim instance As CommandEventArgs
Dim value As OptionCode
 
value = instance.OptionCode
public OptionCode OptionCode {get;}
public: __property OptionCode get_OptionCode();
public:
property OptionCode OptionCode {
   OptionCode get();
}
Remarks

This property represents the option to which the command pertains. For example, if the command from the server was a DO ECHO command (asking the client to enable echoing) this property would be set to OptionCode.Echo.

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