|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
_playerc_client_t Struct Reference | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Attributes | |
| void * | id |
| char * | host |
| int | port |
| int | sock |
| int | mode |
| playerc_device_info_t | devinfos [PLAYERC_MAX_DEVICES] |
| int | devinfo_count |
| _playerc_device_t * | device [32] |
| int | device_count |
| playerc_client_item_t | qitems [128] |
| int | qfirst |
| int | qlen |
| int | qsize |
| char * | data |
| double | datatime |
|
|
A useful ID for identifying devices; mostly used by other language bindings. |
|
|
Server address. |
|
|
|
|
|
For internal use only. Socket descriptor |
|
|
For internal use only. Data delivery mode |
|
|
List of available (but not necessarily subscribed) devices. This list is filled in by playerc_client_get_devlist(). |
|
|
|
|
|
List of subscribed devices |
|
|
|
|
|
For internal use only. A circular queue used to buffer incoming data packets. |
|
|
|
|
|
|
|
|
|
|
|
For internal use only. Temp buffer for incoming packets. |
|
|
Server time stamp on the last packet. |
1.3.6