8.5. probe_flag - what is it?

probe_flags = 1 + 4; % ENUMERATE_PROBE and ENUMERATE_NETWORK

“probe_flag” is a parameter passed to the libximc library “enumerate_devices” function. It controls how libximc.dll does search for devices.

define ENUMERATE PROBE 0x01

Check if a device with OS name name is XIMC device. Be carefuly with this flag because it sends some data to the device!

define ENUMERATE NETWORK 0x04

Check network devices.

Note

Depending on the type of controller connection, you can remove this or that flag