User's Manual

Table Of Contents
InterSense Doc. No. 072-00105-0I07 Rev. 4.2
IS-900 User Guide Page 174 of 177
12.5.6. ISD_PORT_WIRELESS_INFO_TYPE
This data structure is used to information about the wireless hardware on a given port,
using
ISD_GetPortWirelessInfo(). The radioVersion field can be used to check
the type of radio hardware:
2.4 GHz (Aerocomm, radio used with older MiniTrax trackers): 15 or 31
2.4 GHz (Chipcon, MicroTrax only): 128
900 MHz (MicroTrax only): 144
868 MHz (MicroTrax only): 160
typedef struct {
Bool valid;
LONG status;
Bool wireless;
DWORD channel;
DWORD id[4];
DWORD radioVersion;
DWORD dReserved1;
DWORD dReserved2;
DWORD dReserved3;
DWORD dReserved4;
}
ISD_PORT_WIRELESS_INFO_TYPE;