Request Class
Represents a read or write request from a central.
Item Index
Properties
Properties
offset
Number
read-only
The zero-based index of the first byte for the read or write.
value
TiBuffer
The data being read or written.
For read requests, will be null and should be set before responding via the respondToRequest method.
For write requests, value will contain the data to be written.