owQuery (Function) |
Top Previous Next |
This function will query the number of known devices within a single or all families found with owSearchX, owSearch, or owiButtonGetID.
Input: family : INT [0..255] (default 0) Queries number of known devices within this family code.
Returns: INT
Declaration: FUNCTION owQuery : INT;
Example:
Please see the "Examples - Generic OneWire Example" |