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]
pHandle
EtherCAT API instance.
[out]
ppGroupType
Group 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);
EC_API_SLV_getGroupType
uint32_t EC_API_SLV_getGroupType(EC_API_SLV_SHandle_t *pHandle, char **ppGroupType)
Get group type.
Definition
ecSlvApi_param.c:1122
EC_API_SLV_Handle
Definition
ecSlvApiInternal.h:331
See also
EC_API_SLV_setProductName
Parameter Configuration
generated by
1.9.8