owWriteData (Function) |
Top Previous Next |
This function will write data 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. See also owWrite and owWriteBit.
Input: data : PTR Address of the memory block that holds the data to be written.
size : INT [1..32767] (default 0) Number of bytes/bits to read.
bitmode : BOOL [TRUE, FALSE] (default FALSE) If true, then each byte is sent as a single bit, where the value "0" is sent as a "0" and any other value is sent as a "1".
Returns: INT
Declaration: FUNCTION owReadData : INT;
Example:
Please see the "Examples - Generic OneWire Example" |