I-8124W DeviceNet Master API functions User’s Manual (V 1.6) 2021/10/04
78
4.3.30 I8124_SearchSpecificDevice
4.3.30 I8124_SearchSpecificDevice
Description:
This function is used to retrieve some devices which specified by the
users. This function makes the I-8124W to start the searching process.
The users need to check whether the process is complete or not by
calling the
“I8124_IsSearchOK”. After completing the search process, the
users could call the
“I8124_GetSearchedDevices“ to get the searched
devices. Attention! This function will terminate all communications with
remote devices. This function is usually used to develop or debug the
applications.
Syntax:
DWORD I8124_SearchSpecificDevice (BYTE cSlot,WORD ListCount,
BYTE *DesMACIDList)
Parameter:
cSlot:
[input] The slot number which the I-8124W is plugged in.
ListCount:
[input] The amount of the slave
’s ID.
DestMACIDList:
[input] The list of all
slave’s MAC ID.
Return:
Please refer to the chapter 4.2 for the function return code.