User's Manual

Table Of Contents
InterSense Doc. No. 072-00105-0I07 Rev. 4.2
IS-900 User Guide Page 160 of 177
Bool
ISD_GetStationHardwareInfo( ISD_TRACKER_HANDLE handle,
ISD_STATION_HARDWARE_INFO_TYPE *info,
WORD stationID )
Retrieve station hardware information. Stations are individual devices (such as a
wand or head tracker) connected to a tracker (such as an IS-900).
handle Handle to the tracking device. This is a handle returned by
ISD_OpenTracker() or ISD_OpenAllTrackers().
info
An ISD_STATION_HARDWARE_INFO_TYPE structure containing the
information. The structure definition is given below.
stationID
Number from 1 to ISD_MAX_STATIONS.
Bool
ISD_GetPortWirelessInfo( ISD_TRACKER_HANDLE handle,
WORD port,
ISD_PORT_WIRELESS_INFO_TYPE *info )
Retrieve wireless configuration information.
handle Handle to the tracking device. This is a handle returned by
ISD_OpenTracker() or ISD_OpenAllTrackers().
port
Station or port to get info from, starting at 0 for the first port.
info
An ISD_PORT_WIRELESS_INFO_TYPE structure containing the
information. The structure definition is given below
.