Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
Macros | |
#define | OPEN_REGISTRY_PARAM_SIZE 256 |
Functions | |
open_error_t | openapiSystemRegCodeVersionGet (openapiClientHandle_t *client_handle, open_buffdesc *code_version) |
Get the software version information. More... | |
open_error_t | openapiSystemRegMachineModelGet (openapiClientHandle_t *client_handle, open_buffdesc *machine_model) |
Get the Machine Model number. More... | |
open_error_t | openapiSystemRegMachineTypeGet (openapiClientHandle_t *client_handle, open_buffdesc *machine_model) |
Get the Machine Type Information. More... | |
open_error_t | openapiSystemRegSerialNumGet (openapiClientHandle_t *client_handle, open_buffdesc *serial_number) |
Get the serial number. More... | |
open_error_t openapiSystemRegCodeVersionGet | ( | openapiClientHandle_t * | client_handle, |
open_buffdesc * | code_version | ||
) |
Get the software version information.
[in] | client_handle | Client handle from registration API |
[out] | code_version | Software version |
OPEN_E_NONE | Get successful. |
OPEN_E_FAIL | Get failed. |
OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.19
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