struct tapi_serial
Overview
Session data. More…
#include <tapi_serial.h> struct tapi_serial { // fields rcf_rpc_server* rpcs; int sock; };
Detailed Documentation
Session data. It’s assumed that the structure may contain TA name, RPC server handle, file descriptor of the session.
Fields
rcf_rpc_server* rpcs
RPC server handle
int sock
Session file descriptor