EtherCAT SubDevice
 
Loading...
Searching...
No Matches

◆ EC_API_SLV_getGroupType()

uint32_t EC_API_SLV_getGroupType ( EC_API_SLV_SHandle_t pHandle,
char **  ppGroupType 
)

Get group type.

Get the group type. Used by the Object Dictionary

Parameters
[in]pHandleEtherCAT API instance.
[out]ppGroupTypeGroup type.
Returns
ErrorCode API Error Code
Example
#include <ecSlvApi.h>
EC_API_SLV_SHandle_t* S_ecSlvApiHdl;
char* groupType = NULL;
// the Call
groupType = EC_API_SLV_getGroupType(S_ecSlvApiHdl);
uint32_t EC_API_SLV_getGroupType(EC_API_SLV_SHandle_t *pHandle, char **ppGroupType)
Get group type.
Definition ecSlvApi_param.c:1122
Definition ecSlvApiInternal.h:331
See also
EC_API_SLV_setProductName