Uint8Codec
Single-byte unsigned integer codec (0..255). Common for level/enum characteristics like Battery Level (0x2A19).
Strict size: decode throws IllegalArgumentException if input is not exactly 1 byte. encode throws if value is out of range.
Functions
Link copied to clipboard
Bridge a BleDecoder to work with BleData input.
Link copied to clipboard
Bridge a BleEncoder to produce BleData via BleData factory.
Link copied to clipboard
Transform the input of this encoder.
Link copied to clipboard
Transform the output of this decoder.