Indy 9
|
function GetResponse(const AAllowedResponses: array of SmallInt): SmallInt; virtual; overload;
function GetResponse(const AAllowedResponse: SmallInt): SmallInt; overload;
procedure RaiseExceptionForLastCmdResult; virtual; overload;
procedure RaiseExceptionForLastCmdResult(AException: TClassIdException); virtual; overload;
function SendCmd(const AOut: string; const AResponse: SmallInt = -1): SmallInt; overload;