Table of Contents

Enum MessageContentType

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

The type of TextMessage content.

public enum MessageContentType
Extension Methods

Fields

Beep = 8
                                           for Iox devices.

Text message that causes the GoDevice to beep. See BeepContent.

CAN = 12

Text message that contains bytes to give to a third-party IOX Add-On. See CANMessageContent.

CannedResponse = 1

Text message that also includes response options. See CannedResponseContent.

ColdChainFaultClearContent = 19

Content contains MimeContent to reset a Cold Chain fault code.

ColdChainSetpointSetContent = 20

Content contains MimeContent to set a setpoint temperature.

DataToComponent = 3

Content Type for sending data to a component

DriverAuthList = 10

Text message with information to add/remove a driver from a GoDevice's auth list. See DriverAuthListContent.

DriverWhiteList = 9999

Consolidated with DriverAuthList. Text message with information to add/remove a driver from a GoDevice's auth list. See DriverWhiteListContent.

FlashMemory = 17

Content used to indicate that memory needs to be flashed.

GoTalk = 6

Text message that is converted to speech. Must have GOTalk.

Immobilization = 5

Content Type for immobilization

IoxOutput = 7

Text message that includes instructions to open or close an IOX-OUTPUT relay. See IoxOutputContent.

Location = 2

Text message that includes a location. See LocationContent.

MimeContent = 11

Text message that contains bytes in a predefined format that describes the MimeType to a third-party IOX Add-On over an RS232 connection. See MimeContent.

MimeReferenceContent = 18

Content contains a file/offset reference and header data that can be dereferenced to content matching MimeContent

Normal = 0

Basic text message. See TextContent.

OtauContent = 15

Text message that contains bytes in a predefined format that describes the MimeType to a third-party IOX Add-On over an RS232 connection. See OtauContent.

SerialIox = 9

Text message that contains bytes to give to a third-party IOX Add-On. See SerialIoxContent.

StatusDataRequest = 4

Content Type for a status data request

VehicleCommand = 14

Content used to issue commands to a vehicle (for example locking doors).

WorkshopMode = 16

Content used to enable or disable device functionality that may interfere with vehicle maintenance.