owGetID (Function) |
Top Previous Next |
This function will return the ROM ID number of a known device previously found with owSearchX, owSearch, or owiButtonGetID.
Input: family : INT [0..255] (default 0) Family code of the device.
device : INT [1..50] (default 1) Device number within the applied family.
Returns: STRING A string containing the ID of the device if present or an empty string if not.
Declaration: FUNCTION owGetID : STRING;
Example:
Please see the "Examples - Generic OneWire Example" |