Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.11.1.2
Macros | Functions
openapi_stm.h File Reference
#include "openapi_common.h"

Go to the source code of this file.

Macros

#define OPEN_STM_TEMPLATE_DESCRIPTION_SIZE   80
 
#define OPEN_STM_TEMPLATE_NAME_SIZE   16
 

Functions

open_error_t openapiStmActiveTemplateIdGet (openapiClientHandle_t *client_handle, uint32_t *templateId)
 Gets current active Template Id. More...
 
open_error_t openapiStmActiveTemplateIdSet (openapiClientHandle_t *client_handle, uint32_t templateId)
 Sets active template id. More...
 
open_error_t openapiStmFirstTemplateIdGet (openapiClientHandle_t *client_handle, uint32_t *firstTemplateId)
 Get the first valid template ID. More...
 
open_error_t openapiStmNextTemplateIdGet (openapiClientHandle_t *client_handle, uint32_t currentTemplateId, uint32_t *nextTemplateId)
 Get the next valid template ID. More...
 
open_error_t openapiStmTemplateNameDescriptionGet (openapiClientHandle_t *client_handle, uint32_t templateId, open_buffdesc *templateName, open_buffdesc *templateDesc)
 Gets name and description of specific template id. More...
 
open_error_t openapiStmTemplateRevertToDefault (openapiClientHandle_t *client_handle)
 Sets(Revert to) Default template. More...