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
)