Property | Type | Description | |
---|---|---|---|
ResponseFinishLenght | int | ||
command_list_begin | bool | ||
command_list_end | bool | ||
command_list_ok_begin | bool | ||
error_response | bool | ||
id | int | ||
idle | bool | ||
response_finish | bool | ||
response_sent | bool | ||
response_sent_error | bool | ||
socket |
Method | Description | |
---|---|---|
AppendResponse ( string response ) : void | ||
AppendResponse ( string response, int position ) : void | ||
ClearConfig ( ) : void | ||
ClearResponse ( ) : void | ||
ContinsResponse ( string reponsestring ) : bool | ||
GetReponse ( int reponseid ) : string | ||
RemoveResponse ( int reponseid ) : bool | ||
ResponseConfig ( int id, |
public AppendResponse ( string response ) : void | ||
response | string | |
return | void |
public AppendResponse ( string response, int position ) : void | ||
response | string | |
position | int | |
return | void |
public ContinsResponse ( string reponsestring ) : bool | ||
reponsestring | string | |
return | bool |
public RemoveResponse ( int reponseid ) : bool | ||
reponseid | int | |
return | bool |
public ResponseConfig ( int id, |
||
id | int | |
socket | ||
return | System |