|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.11.1.2
|
Data Structures | |
| struct | OPEN_BONJOUR_SERVICE_INFO_t |
Macros | |
| #define | OPEN_BONJOUR_SERVICE_DOMAIN_MAX_LEN 1005 |
| #define | OPEN_BONJOUR_SERVICE_NAME_MAX_LEN 64 |
| #define | OPEN_BONJOUR_SERVICE_TXT_MAX_LEN 256 |
| #define | OPEN_BONJOUR_SERVICE_TYPE_MAX_LEN 1005 |
Functions | |
| open_error_t | openapiBonjourAdminModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *pMode) |
| Gets admin mode of Bonjour responder. More... | |
| open_error_t | openapiBonjourAdminModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode) |
| Sets admin mode of Bonjour responder. More... | |
| open_error_t | openapiBonjourDebugLevel1Get (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *pMode) |
| Gets the level-1 tracing mode of Bonjour responder. More... | |
| open_error_t | openapiBonjourDebugLevel1Set (openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode) |
| Sets the level-1 tracing mode of Bonjour responder. More... | |
| open_error_t | openapiBonjourDebugLevel2Get (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *pMode) |
| Gets the level-2 tracing mode of Bonjour responder. More... | |
| open_error_t | openapiBonjourDebugLevel2Set (openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode) |
| Sets the level-2 tracing mode of Bonjour responder. More... | |
| open_error_t | openapiBonjourPublishedServiceGet (openapiClientHandle_t *client_handle, OPEN_BONJOUR_SERVICE_INFO_t *pServiceEntry) |
| Gets information about the published service. More... | |
| open_error_t | openapiBonjourPublishedServiceGetNext (openapiClientHandle_t *client_handle, OPEN_BONJOUR_SERVICE_INFO_t *pServiceEntry) |
| Gets information about the next published service. More... | |
| open_error_t | openapiBonjourServiceGetByIndex (openapiClientHandle_t *client_handle, uint32_t index, OPEN_BONJOUR_SERVICE_INFO_t *pServiceEntry) |
| Gets information about the published service corresponding to index. More... | |
| open_error_t | openapiBonjourServiceIndexGetNext (openapiClientHandle_t *client_handle, uint32_t index, uint32_t *pNextIndex) |
| Gets information about the next published service index. More... | |
| open_error_t openapiBonjourAdminModeGet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t * | pMode | ||
| ) |
Gets admin mode of Bonjour responder.
| [in] | client_handle | client handle from registration API |
| [out] | pMode | Mode [Enable/Disable] |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiBonjourAdminModeSet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t | mode | ||
| ) |
Sets admin mode of Bonjour responder.
| [in] | client_handle | client handle from registration API |
| [in] | mode | Mode [Enable/Disable] |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiBonjourDebugLevel1Get | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t * | pMode | ||
| ) |
Gets the level-1 tracing mode of Bonjour responder.
| [in] | client_handle | client handle from registration API |
| [out] | pMode | Mode [Enable/Disable] |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiBonjourDebugLevel1Set | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t | mode | ||
| ) |
Sets the level-1 tracing mode of Bonjour responder.
| [in] | client_handle | client handle from registration API |
| [in] | mode | Mode [Enable/Disable] |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiBonjourDebugLevel2Get | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t * | pMode | ||
| ) |
Gets the level-2 tracing mode of Bonjour responder.
| [in] | client_handle | client handle from registration API |
| [out] | pMode | Mode [Enable/Disable] |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiBonjourDebugLevel2Set | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t | mode | ||
| ) |
Sets the level-2 tracing mode of Bonjour responder.
| [in] | client_handle | client handle from registration API |
| [in] | mode | Mode [Enable/Disable] |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiBonjourPublishedServiceGet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_BONJOUR_SERVICE_INFO_t * | pServiceEntry | ||
| ) |
Gets information about the published service.
| [in] | client_handle | client handle from registration API |
| [in,out] | pServiceEntry | Published service info. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiBonjourPublishedServiceGetNext | ( | openapiClientHandle_t * | client_handle, |
| OPEN_BONJOUR_SERVICE_INFO_t * | pServiceEntry | ||
| ) |
Gets information about the next published service.
| [in] | client_handle | client handle from registration API |
| [in,out] | pServiceEntry | Published service info. Should be set to all zeroes in order to get the first connection. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiBonjourServiceGetByIndex | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | index, | ||
| OPEN_BONJOUR_SERVICE_INFO_t * | pServiceEntry | ||
| ) |
Gets information about the published service corresponding to index.
| [in] | client_handle | client handle from registration API |
| [in] | index | Service index |
| [out] | pServiceEntry | Published service info. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiBonjourServiceIndexGetNext | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | index, | ||
| uint32_t * | pNextIndex | ||
| ) |
Gets information about the next published service index.
| [in] | client_handle | client handle from registration API |
| [in] | index | Service index |
| [out] | pNextIndex | Next service index. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25