owWrite (Function) |
Top Previous Next |
This function will write a single byte to the 1-Wire net. A device must first have been selected with owAccess. If the lock has not been acquired, no data will be transmitted.
Input: data : SINT [16#00 .. 16#FF] Data to send.
Returns: INT
Declaration: FUNCTION owWrite : INT;
Example:
Please see the "Examples - Generic OneWire Example" |