|
_playerc_device_t Struct Reference
[Device API]
#include <playerc.h>
List of all members.
Detailed Description
Common device info.
Member Data Documentation
|
A useful ID for identifying devices; mostly used by other language bindings. For backwards-compatibility, this is passed as void pointer. |
|
Pointer to the client proxy. |
|
The subscribe flag is non-zero if the device has been successfully subscribed (read-only). |
|
Data timestamp, i.e., the time at which the data was generated (s). |
|
Freshness flag. Set to 1 whenever data is dispatched to this proxy. Useful with the multi-client, but the user must manually set it to 0 after using the data. |
|
Standard callbacks for this device. For internal use only.
|
|
Extra user data for this device. For internal use only.
|
|
Extra callbacks for this device. For internal use only.
|
The documentation for this struct was generated from the following file:
Generated on Tue May 3 14:15:46 2005 for Player by 1.3.6
|