jooby-codec
    Preparing search index...

    Namespace message

    Main interface to build and parse device messages.

    Devices send and receive messages in the following format:

    command 1
    command 2
    ...
    command N
    LRC

    The LRC is calculated by performing an XOR operation on the content of the message with the start value 0x55.

    Namespaces