38 #ifndef OPENAPI_STM_TEMPLATE_H_INCLUDED
39 #define OPENAPI_STM_TEMPLATE_H_INCLUDED
43 #define OPEN_STM_TEMPLATE_DESCRIPTION_SIZE 80
44 #define OPEN_STM_TEMPLATE_NAME_SIZE 16
61 uint32_t *templateId);
98 uint32_t *firstTemplateId);
116 uint32_t currentTemplateId, uint32_t *nextTemplateId);
open_error_t openapiStmActiveTemplateIdGet(openapiClientHandle_t *client_handle, uint32_t *templateId)
Gets current active Template Id.
open_error_t openapiStmActiveTemplateIdSet(openapiClientHandle_t *client_handle, uint32_t templateId)
Sets active template id.
open_error_t openapiStmTemplateRevertToDefault(openapiClientHandle_t *client_handle)
Sets(Revert to) Default template.
open_error_t
OPEN uses these enumerators to indicate the error codes.
open_error_t openapiStmNextTemplateIdGet(openapiClientHandle_t *client_handle, uint32_t currentTemplateId, uint32_t *nextTemplateId)
Get the next valid template ID.
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.
open_error_t openapiStmFirstTemplateIdGet(openapiClientHandle_t *client_handle, uint32_t *firstTemplateId)
Get the first valid template ID.