Parses the data received from the adapter as a binary string.
The data to parse.
An array of strings containing the binary status from each port.
Parses the data received from the adapter as an object.
The data to parse.
An array containing 4 ControllerStatus objects per port.
Parses the data received from the adapter as multiple {@link Uint8Array | Uint8Arrays}.
The data to parse.
An array of {@link Uint8Array | Uint8Arrays} containing the binary status from each port.
Generated using TypeDoc
This namespace contains all the functions that are used to parse the data received from the adapter.