owAlarmSearch (Function) |
Top Previous Next |
This function will search for the first 1-Wire device responding to a conditional search. See owSearchX to perform a normal search.
To make a device respond to owAlarmSearch, please consult the data sheet for the specific device.
After the device has been discovered, it can be accessed with owAlarmAccess.
Input: first : INT [0..255] (default 0) Skip devices with lower family codes.
last : INT [0..255] (default 255) Do not search for devices with higher family codes than this.
Returns: INT
Declaration: FUNCTION owAlarmSearch : INT;
Example: INCLUDE rtcu.inc |