Sms Messages

There are two types of SMS data:

  • Data: Data SMS messages are sent from the device using the python function idigisms_send() and the messages are stored in FileData (see FileData).Data from the device is stored as a file in storage:
    • Python programs specify the data contents and optionally the file name, called the path in idigisms_send().
    • If a path is not specified, the file is stored with the name SmsUnnamed. If the fdArchive option is true, the file is archived.
  • DIA data: Remote Manager parses DIA (Device Integration Application) messages and adds the parsed messages to the DIA data specific storage or as a file in generic storage depending on whether the device has a DIA Data Management service subscription (see DIA (device integration application).