Ecat_Master_Get_Dll_Version - Delta EtherCAT Programming Manual

Table of Contents

Advertisement

EtherCAT Programming Guide

28.2 _ECAT_Master_Get_DLL_Version

Syntax
U16 PASCAL _ECAT_Master_Get_DLL_Version(I8 *lpBuf, U32 nSize, U32 *nLength)
Purpose
Acquire the version information of the EtherCat_DLL.dll file.
Parameter
Name
lpBuf
nSize
nLength
Example
U16 Status = 0;
I8 Version[128];
U32 nSize=128, nLength=0;
Status= _ECAT_Master_Get_DLL_Version(Version, nSize, &nLength);
March, 2017
Data type
Property
I8*
String
U32
Value
U32*
Value
Information of EtherCAT Dynamic-link Library (DDL)
Description
Version of the EtherCat_DLL.dll file.
The string length to be read
The string length of the version information
28
28-3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents