Searched refs:payload (Results 1 – 7 of 7) sorted by relevance
44 packets with a smaller payload size can be combined into a Dn with a larger46 into a single D32 as long as the resulting binary payload data produces the51 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 data247 et_length is set. This length indicates the number of message payload bytes that259 A SyS-T Message can contain a type specific payload of up to 64 Kbytes. The payload[all …]
116 - An optional payload length117 - API specific payload data of up to 64 Kbytes161 A message contains type-specific payload of up to 64 Kbytes, which is163 also insert a 16-bit payload length field when when enabled by
169 <td>Send function enter string message. The payload is the180 <td>Send function exit string message. The payload is the298 <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>
43 /* Send a string message with payload "Hello World!"
156 payload.208 information from these attributes if the message payload doesn't provide
387 std::string payload; in decodeBuildPayload() local388 if (bytes2String(payload, data, len) > 0) { in decodeBuildPayload()389 sstr << " " << payload; in decodeBuildPayload()
576 * field that indicates how many payload bytes follow.595 * Maximum size of printf payload in bytes.