Method | Description | |
---|---|---|
Close ( ) : void | ||
Init ( string host, string login, string password ) : bool | ||
SendCommand ( string command, string &response ) : int | ||
SendCommandDeferred ( string command ) : string>>.Task |
Method | Description | |
---|---|---|
ControlChannelResponse ( ) : Task | ||
ReadResponse ( byte dataBuffer, int dataSize, int &dataOffset ) : string |
public Init ( string host, string login, string password ) : bool | ||
host | string | |
login | string | |
password | string | |
return | bool |
public SendCommand ( string command, string &response ) : int | ||
command | string | |
response | string | |
return | int |
public SendCommandDeferred ( string command ) : string>>.Task |
||
command | string | |
return | string>>.Task |