PowerTCP Telnet for .NET
SendCommand Method




Syntax
Public Function SendCommand( _
   ByVal command As Command _
) As Byte()
Dim instance As Telnet
Dim command As Command
Dim value() As Byte
 
value = instance.SendCommand(command)
public byte[] SendCommand( 
   Command command
)
public: byte[]* SendCommand( 
   Command command
) 
public:
array<byte>^ SendCommand( 
   Command command
) 

Parameters

command
See Also

Reference

Telnet Class
Telnet Members


PowerTCP Telnet for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic