TSP: The Transport Sample Protocol



Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

RPC
[Core]

The TSP RPC module is the one which concentrate the RPC interface of TSP for both the Client and Server part. More...

Data Structures

struct  TSP_answer_open_t
 The TSP answer open is the answer from a TSP request open. More...

struct  TSP_request_open_t
 The TSP request open is the first TSP request a TSP consumer may send to obtain a TSP channel id in order to be able to send other TSP request. More...


Enumerations

enum  TSP_status_t {
  TSP_STATUS_OK, TSP_STATUS_ERROR_UNKNOWN, TSP_STATUS_ERROR_SEE_STRING, TSP_STATUS_ERROR_VERSION,
  TSP_STATUS_ERROR_SYMBOLS
}
 Status for all functions. More...


Detailed Description

The TSP RPC module is the one which concentrate the RPC interface of TSP for both the Client and Server part.


Enumeration Type Documentation

enum TSP_status_t
 

Status for all functions.

Enumeration values:
TSP_STATUS_OK  OK.
TSP_STATUS_ERROR_UNKNOWN  Fatal error.
TSP_STATUS_ERROR_SEE_STRING  Means that a detailed error string is provided by the function, and the details of the error are in this string.
TSP_STATUS_ERROR_VERSION  The requested version for the protocol does not match.
TSP_STATUS_ERROR_SYMBOLS  Error with the symbols (asked or returned ).

Definition at line 29 of file tsp_rpc.x.

Framework Home Page.


Beware !! TSP wave is coming...