Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public AppendResponse ( string response, int position ) : void | ||
response | string | |
position | int | |
Результат | void |
public ContinsResponse ( string reponsestring ) : bool | ||
reponsestring | string | |
Результат | bool |
public GetReponse ( int reponseid ) : string | ||
reponseid | int | |
Результат | string |
public RemoveResponse ( int reponseid ) : bool | ||
reponseid | int | |
Результат | bool |
public ResponseConfig ( int id, |
||
id | int | |
socket | ||
Результат | System |