DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
unixclient_sockthread Struct Reference

Unix socket client data structure. More...

Data Fields

struct fwsocketsock
 Socket reference. More...
 
socketrecv client
 Client read callback. More...
 
const char * endpoint
 Client endpoint tmp for SOCK_DGRAM. More...
 
void * data
 Data reference passed to callback. More...
 

Detailed Description

Unix socket client data structure.

Definition at line 63 of file unixsock.c.

Field Documentation

socketrecv unixclient_sockthread::client

Client read callback.

See Also
socketrecv

Definition at line 68 of file unixsock.c.

void* unixclient_sockthread::data

Data reference passed to callback.

Definition at line 72 of file unixsock.c.

const char* unixclient_sockthread::endpoint

Client endpoint tmp for SOCK_DGRAM.

Definition at line 70 of file unixsock.c.

struct fwsocket* unixclient_sockthread::sock

Socket reference.

Definition at line 65 of file unixsock.c.


The documentation for this struct was generated from the following file: