#include <ngcpp.h>
Public Attributes | |
| int | freeCon |
| unsigned int | port |
| int | clientId |
| uint32_t | hostId |
| int | clientSocket |
| int | transferMode |
| ngcb_thread_t | thid |
| ngcb_sema_t | semData |
| ngcb_sema_t | semInit |
Data connection structure
| int ngcppDATA_CON::clientId |
Client link id
| int ngcppDATA_CON::clientSocket |
Client socket
| int ngcppDATA_CON::freeCon |
Connection is free
| uint32_t ngcppDATA_CON::hostId |
Host id (peer address)
| unsigned int ngcppDATA_CON::port |
Port number
| ngcb_sema_t ngcppDATA_CON::semData |
Data access protection semaphore
| ngcb_sema_t ngcppDATA_CON::semInit |
Initialization semaphore
| ngcb_thread_t ngcppDATA_CON::thid |
Thread id
| int ngcppDATA_CON::transferMode |
Transfer mode (video or science)