Enum DecodeError

Enum Documentation

enum class nebula::drivers::DecodeError : uint8_t

Error codes returned during packet decoding.

Values:

enumerator PACKET_FORMAT_INVALID

Packet content did not match the expected format.

enumerator CALLBACK_NOT_SET

Decoder cannot publish scans because callback is missing.

enumerator EMPTY_PACKET

Received packet had zero bytes.