The TMNextAlarm API call operates exactly like the function TMNext, except that the search is limited to those parts with an active alarm interrupt pending. The DS1994, DS1920, and DS2407 potentially have an alarm condition. The ROM data pattern that was found is stored in an internal eight byte buffer. The internal eight byte buffer can be read using the TMRom API call.
For a description of the above types, see the TMEX Type Descriptions.
Parameters
session_handle
Specifies the session handle returned from the API function TMExtendedStartSession that specifies the desired 1-Wire network port. This parameter is required by most TMEX API functions.
state_buffer
Specifies a pointer to a memory location that TMEX keeps all of the state information for the 1-Wire networks. This parameter is required by most TMEX API functions.
Return Value
0 => device not found
1 => next alarming device on the 1-Wire network found
<0 => TMEX Network Error Return Code
See Also