Files | |
| file | cos.h |
| Header file for the COS functions, defines and data types. | |
Functions | |
| DOSStatus | DOSRequestor_Activate (void) |
| Express Activate-level interest for a binding. | |
| void | DOSRequestor_BeginProviderExclusion (void) |
| Begin the exclusion list. | |
| DOSStatus | DOSRequestor_Cancel (void) |
| Cancel an existing operation. | |
| DOSStatus | DOSRequestor_Connect (void) |
| Express Connect-level interest for a binding. | |
| void | DOSRequestor_EndProviderExclusion (uint8 count) |
| End the exclusion list. | |
| void | DOSRequestor_ExcludeProvider (DOSObjectID provider) |
| Add the given Object ID to the exclusion list. | |
| DOSStatus | DOSRequestor_Get (void) |
| Get a property from a provider. | |
| DOSStatus | DOSRequestor_Invoke (void) |
| Invoke a method on a provider. | |
| DOSStatus | DOSRequestor_OpenSession (DOSInterfaceID sessionType, DOSObjectID *sessionObjectID) |
| Attempt to open an OAP session with a remote node. | |
| DOSStatus | DOSRequestor_Register (void) |
| Register for an event on a provider. | |
| DOSStatus | DOSRequestor_Set (void) |
| Set a property on a provider. | |
| DOSStatus | DOSRequestor_Subscribe (uint16 minDelay) |
| Subscribe to a property on a provider. | |
| DOSStatus | DOSRequestor_Watch (void) |
| Express Watch-level interest for a binding. | |