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

◆ EC_API_SLV_getSwVersion()

uint32_t EC_API_SLV_getSwVersion ( EC_API_SLV_SHandle_t pHandle,
char **  ppSwVersion 
)

Get serial number.

Get serial number. Used by the Object Dictionary

Parameters
[in]pHandleEtherCAT API instance.
[out]ppSwVersionSoftware version.
Returns
ErrorCode API Error Code
Example
#include <ecSlvApi.h>
EC_API_SLV_SHandle_t* S_ecSlvApiHdl;
char* swVersion = NULL;
// the Call
swVersion = EC_API_SLV_getSwVersion(S_ecSlvApiHdl);
uint32_t EC_API_SLV_getSwVersion(EC_API_SLV_SHandle_t *pHandle, char **ppSwVersion)
Get serial number.
Definition ecSlvApi_param.c:1172
Definition ecSlvApiInternal.h:331
See also
EC_API_SLV_setSwVersion