Methods
(async) readValue() → {Promise.<Buffer>}
Read the value for this descriptor
Returns:
- Type:
-
Promise.<Buffer>
(async) writeValue(data) → {Promise.<Buffer>}
Write a value to this descriptor
Parameters:
Name | Type | Description |
---|---|---|
data |
Buffer
|
The data that should be written |
Returns:
- Type:
-
Promise.<Buffer>