public class MimeContent extends TextMessageContentType
TextMessage containing data to give to a IOX Add-On over an RS232. It holds more data than
SerialIoxContent and is not compatible with all Add-Ons. For more information regarding Add-On compatible please
contact your reseller.
MimeContent is converted into bytes with a specific format. The first byte is the length of the MimeType (N). The next N bytes are the ASCII encoded bytes of the MimeType string. The next two bytes are the length of the Data (L). Finally, the next L bytes are the Data. Messages from MyGeotab will be delivered in this format and messages to MyGeotab must be in this format as well.
BEEP, CAN, CANNED_RESPONSE, contentType, DATA_TO_COMPONENT, DRIVER_WHITE_LIST, FLASH_MEMORY, GO_TALK, IMMOBILIZATION, IOX_OUTPUT, LOCATION, MIME_CONTENT, MIME_REFERENCE_CONTENT, NORMAL, OTAU_CONTENT, PASSTHROUGH_ENABLED_MESSAGE, SERIAL_IOX, STATUS_DATA_REQUEST, VEHICLE_COMMAND, WORKSHOP_MODE| Constructor and Description |
|---|
MimeContent(String mimeType,
Byte[] data,
Integer channelNumber,
Integer componentType) |
Copyright © 2023. All rights reserved.