70
Purpose:
Initiates a reading of the battery as a percentage of full charge. The function
returns immediately without waiting for the operation finish.
To determine when the command is finished, use ETS_
IsOperationComplete. When the reading is complete, use ETS_Battery to
obtain the value.
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.
ETS_INITIATEREADFIELD()
int ETS_InitiateReadField(const int probeHandle);
Purpose:
Initiates a field reading from the probe. The function returns immediately
without waiting for the operation finish.
To determine when the operation is finished, use ETS_
IsOperationComplete. When the reading is completed use ETS_Field or
ETS_CombinedField to obtain the field values.
The default field units are V/m or A/m.
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.