I-8124W DeviceNet Master API functions User’s Manual (V 1.6) 2021/10/04
81
4.3.33 I8124_GetDeviceInfoFromScanList
4.3.33 I8124_GetDeviceInfoFromScanList
Description:
This function will obtain the ScanList data of the specific device in the
I-8124W.
Syntax:
DWORD I8124_GetDeviceInfoFromScanList
(BYTE cSlot, BYTE DesMACID, WORD *ListCount,
BYTE *ConnectionTypeList, WORD *InputDataLenList,
WORD *OutputDataLenList,WORD *EPRList)
Parameter:
cSlot:
[input] The slot number which the I-8124W is plugged in.
DesMACID:
[input] The MAC ID number which the users want to get the
information.
ListCount:
[output] The amount of all information items.
ConnectionTypeList:
[output] The list of slave
’s connection type.
0 : Explicit connection type
1 : Poll connection type
2 : Bit-Strobe connection type
3 : COS connection type
4 : Cyclic connection type
InputDataLenList:
[output] The list of slave
’s input length.
OutputDataLenList:
[output] The list of slave
’s output length.
EPRList:
[output] The list of slave
’s expected packet rate.
Return:
Please refer to the chapter 4.2 for the function return code.