D253Response

Data packet received from the monitor.

Dasung253 monitors send data in 24-byte chunks in a defined format.

This class and its builder are used to parse and make sense of the raw byte data sent by the monitor.

All D253Response objects are compiled by using the internal Builder class.

Parameters

cmd

Command hex string

arg

Argument hex string

data1

Data or secondary argument hex string

data2

Actual payload of the response

Types

Link copied to clipboard
class Builder

Builder class for D253Response objects.

Properties

Link copied to clipboard
var arg: String
Link copied to clipboard
var cmd: String
Link copied to clipboard
Link copied to clipboard