owGetFamily (Function) |
Top Previous Next |
This function returns the family code of a known device previously found with owSearchX, owSearch, or owiButtonGetID.
Input: device : INT [1..50] (default 1) Device number of a found device across all family codes.
Returns: INT
Declaration: FUNCTION owGetFamily : INT;
Example:
Please see the "Examples - Generic OneWire Example" |