|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.9.0.2
|
#include "openapi_common.h"Go to the source code of this file.
Functions | |
| open_error_t | openapiSdkPortRegReadByName (openapiClientHandle_t *client_handle, uint32_t UnitIndex, open_buffdesc *regName, uint32_t portNum, uint64_t *val) |
| Read a Port Register given its Name. | |
| open_error_t | openapiSdkRegReadByName (openapiClientHandle_t *client_handle, uint32_t bcmUnit, open_buffdesc *regName, uint64_t *val) |
| Read a register given its Name. | |
| open_error_t | openapiSdkShellCmdRun (openapiClientHandle_t *client_handle, open_buffdesc *cliCmd, open_buffdesc *fileName, uint32_t appendToFile) |
| Execute BCM SDK shell commands. | |