Abstract
Optional
Callback function when read value.
Callback function when write value finished.
It is uuid as string.
console.log(attr.uuid); // => '4C84' Copy
console.log(attr.uuid); // => '4C84'
Wrapper for [[writeWait]] with data converting from number. It writes data as 1byte.
It throws an error when failed.
val
Wrapper for [[readWait]] with data converting to text. It convert UTF-8 and write binary array to string.
Wrapper for [[writeWait]] with data converting from text. It convert string to UTF-8 and write binary array.
Generated using TypeDoc
Callback function when read value.