Skip to content
ascendedguard edited this page Dec 3, 2010 · 2 revisions

keyValueStruct

A keyValueStruct represents a key-value pair. It has several characteristics:

  • The value of the second byte will always be 9, resulting in a uint16 value of "xx 09"
  • It will be either 3 or 4 bytes, depending on the size of the paramValue
Field name Type Count Comments
key uint16 x 1 Always "xx 09" ?
doubleValue paramValue x 1 1-2 bytes, see paramValue for how to parse