|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.4.4.5
|
Macros | |
| #define | OPEN_REGISTRY_PARAM_SIZE 256 |
Functions | |
| open_error_t | openapiSystemRegMachineModelGet (openapiClientHandle_t *client_handle, open_buffdesc *machine_model) |
| Get the Machine Model number. | |
| open_error_t | openapiSystemRegMachineTypeGet (openapiClientHandle_t *client_handle, open_buffdesc *machine_model) |
| Get the Machine Type Information. | |
| open_error_t | openapiSystemRegSerialNumGet (openapiClientHandle_t *client_handle, open_buffdesc *serial_number) |
| Get the serial number. | |
| open_error_t openapiSystemRegMachineModelGet | ( | openapiClientHandle_t * | client_handle, |
| open_buffdesc * | machine_model | ||
| ) |
Get the Machine Model number.
| [in] | client_handle | Client handle from registration API |
| [out] | machine_model | Machine Model Number |
| OPEN_E_NONE | if model number get successful. |
| OPEN_E_FAIL | if model number get failed. |
| OPEN_E_PARAM | if machine_model->size supplied is not enough. |
OpEN API Version: 1.3
| open_error_t openapiSystemRegMachineTypeGet | ( | openapiClientHandle_t * | client_handle, |
| open_buffdesc * | machine_model | ||
| ) |
Get the Machine Type Information.
| [in] | client_handle | Client handle from registration API |
| [out] | machine_type | Machine type |
| OPEN_E_NONE | if model type get successful. |
| OPEN_E_FAIL | if model type get failed. |
| OPEN_E_PARAM | if machine_type->size supplied is not enough. |
OpEN API Version: 1.3
| open_error_t openapiSystemRegSerialNumGet | ( | openapiClientHandle_t * | client_handle, |
| open_buffdesc * | serial_number | ||
| ) |
Get the serial number.
| [in] | client_handle | Client handle from registration API |
| [out] | serial_number | Serial Number |
| OPEN_E_NONE | if serial number get successful. |
| OPEN_E_FAIL | if serial number get failed. |
| OPEN_E_PARAM | if serial_number->size supplied is not enough. |
OpEN API Version: 1.3