Slave Control API > BS2_SearchDevicesCoreStationEx
[+ 2.6.3] Searches CoreStation devices from the current network with host IP.
It is useful where multiple Ethernet cards exist in the system.
#include "BS_API.h" int BS2_SearchDevicesCoreStationEx(void* context, const char* hostipAddr);
context
: ContexthostipAddr
: Host IP Address
If successfully done, BS_SDK_SUCCESS
will be returned.