public void SendCommand( string command )
Public Sub SendCommand( _ ByVal command As String _ )
public: void SendCommand( String^ command );
Must be followed by a call to ReadResponse method.
Use ReadResponse and SendCommand to implement various custom commands.