Home
last modified time | relevance | path

Searched refs:payload (Results 1 – 7 of 7) sorted by relevance

/mipi-sys-t-latest/library/doxygen/
DProtocol.md44 packets with a smaller payload size can be combined into a Dn with a larger
46 into a single D32 as long as the resulting binary payload data produces the
51 DnMTS |Single IO short message with Dn sized payload. This message is intended…
52 …ith a time stamped data value and followed by a sequence of zero or more payload data values. The …
53 … with time stamped data value and followed by a sequence of zero or more payload data values. The …
76 - An optional [payload length] (#syst_decoder_prot_length)
78 - API specific [payload data] (#syst_decoder_prot_payload) from zero up to 64 Kbytes.
96 - SyS-T raw messages can be used to stream up to 64 Kbytes of payload data
247 et_length is set. This length indicates the number of message payload bytes that
259 A SyS-T Message can contain a type specific payload of up to 64 Kbytes. The payload
[all …]
DApiOverview.md116 - An optional payload length
117 - API specific payload data of up to 64 Kbytes
161 A message contains type-specific payload of up to 64 Kbytes, which is
163 also insert a 16-bit payload length field when when enabled by
DReference.md169 <td>Send function enter string message. The payload is the
180 <td>Send function exit string message. The payload is the
298 <td> Send short data message with 28-bit user defined payload.
306 <td> Send short data message with 60-bit user defined payload.
314 <td> Send raw data message with user defined payload.</td>
DExample.md43 /* Send a string message with payload "Hello World!"
DCatgen.md156 payload.
208 information from these attributes if the message payload doesn't provide
/mipi-sys-t-latest/printer/src/
Dmipi_syst_decode.cpp387 std::string payload; in decodeBuildPayload() local
388 if (bytes2String(payload, data, len) > 0) { in decodeBuildPayload()
389 sstr << " " << payload; in decodeBuildPayload()
/mipi-sys-t-latest/library/include/
Dmipi_syst.h.in576 * field that indicates how many payload bytes follow.
595 * Maximum size of printf payload in bytes.