Builder

class Builder

Builder class for D253Response objects.

Used to parse byte data received from the monitor.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
lateinit var data: ByteArray

Byte data to parse.

Functions

Link copied to clipboard

Validates and parses the byte data received from the monitor, then converts it to a D253Response object.

Link copied to clipboard

Sets the byte data to parse.