Enum MessageContentType
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The type of TextMessage content.
public enum MessageContentType
- Extension Methods
Fields
Beep = 8for Iox devices.Text message that causes the GoDevice to beep. See BeepContent.
CAN = 12Text message that contains bytes to give to a third-party IOX Add-On. See CANMessageContent.
CannedResponse = 1Text message that also includes response options. See CannedResponseContent.
ColdChainFaultClearContent = 19Content contains MimeContent to reset a Cold Chain fault code.
ColdChainSetpointSetContent = 20Content contains MimeContent to set a setpoint temperature.
DataToComponent = 3Content Type for sending data to a component
DriverAuthList = 10Text message with information to add/remove a driver from a GoDevice's auth list. See DriverAuthListContent.
DriverWhiteList = 9999Consolidated with DriverAuthList. Text message with information to add/remove a driver from a GoDevice's auth list. See DriverWhiteListContent.
FlashMemory = 17Content used to indicate that memory needs to be flashed.
GoTalk = 6Text message that is converted to speech. Must have GOTalk.
Immobilization = 5Content Type for immobilization
IoxOutput = 7Text message that includes instructions to open or close an IOX-OUTPUT relay. See IoxOutputContent.
Location = 2Text message that includes a location. See LocationContent.
MimeContent = 11Text 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 = 18Content contains a file/offset reference and header data that can be dereferenced to content matching MimeContent
Normal = 0Basic text message. See TextContent.
OtauContent = 15Text 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 = 9Text message that contains bytes to give to a third-party IOX Add-On. See SerialIoxContent.
StatusDataRequest = 4Content Type for a status data request
VehicleCommand = 14Content used to issue commands to a vehicle (for example locking doors).
WorkshopMode = 16Content used to enable or disable device functionality that may interfere with vehicle maintenance.