Represents the instantaneous state of a DOFDomain. More...
Files | |
| file | oal.h |
| Header file for the C OAL functions, defines and data types. | |
Functions | |
| void | DOFDomainState_Destroy (DOFDomainState self) |
| Destroys a DOFDomainState. | |
| boolean | DOFDomainState_IsConnected (const DOFDomainState self) |
| Returns if the state says the DOFDomainState is connected or not. | |
| DOFCredentials | DOFDomainState_GetCredentials (const DOFDomainState self) |
| Get credentials from the state. | |
| uint32 | DOFDomainState_GetMaxSilence (const DOFDomainState self) |
| Gets the max silence time from the state. | |
| void | DOFDomainList_Destroy (DOFDomainList self) |
| Frees the given DOFDomainList. | |
Represents the instantaneous state of a DOFDomain.