Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cylic functions have been split into multiple operations in order to allow fine tuning of the expected behaviour and to allow transmission of completions on a separate thread if required.

Each functions Functions all have the same signature: byte[] functionNamefn(byte[] tlvConfigData, byte[] tlvRequestData)

All byte[] are binary TLV TreeBoth arguments and return type are raw tlv trees.

The expected tlvRequestData tree and the return TLV tree will be is documented here for each function.

The tlvConfigData is documented here : Arkos Configuration

...