6564
Purpose:
Takes a single field reading of all axes. The function does not return until all
data is captured and processed. Ranging is handled automatically provided
ETS_Range has not been set.
Return Value:
Returns an integer status code. The numeric value 0 indicates successful
completion. See Status Codes for error code description.
Input Parameters:
int probeHandle
As returned from ETS_CreateProbe function.
Output Parameters:
Pass-by-reference float: The field values for the X, Y, Z, and combined axes.
ETS_REMOVEPROBE()
int ETS_RemoveProbe(const int probeHandle);
Purpose:
Closes the communications port and releases memory back to the system.
The ETS_RemoveProbe function needs to be called whenever a probe is
changed or physically removed.
Return Value:
Returns an integer status code. The numeric value 0 indicates successful
completion. See Status Codes for error code description.
Input Parameters:
int probeHandle
As returned from ETS_CreateProbe function.
Output Parameters:
None.