Skip to content

MiPIRDongleCode

github-actions[bot] edited this page Aug 10, 2026 · 6 revisions

Class MiPIRDongleCode

Represents a 2-, 3-, or 4-byte IR dongle code.

Table of Contents


Constructors & Destructors

MiPIRDongleCode

Signature: MiPIRDongleCode()


MiPIRDongleCode

Signature: MiPIRDongleCode(uint32_t c, uint8_t l)


Public Functions

isValid

Signature: bool isValid() const


Public Variables

code

Signature: uint32_t code

Summary: Up to 32-bit IR code value.


length

Signature: uint8_t length

Summary: Number of code bytes (2, 3, or 4)


Clone this wiki locally