Skip to main content

Module params

Module params 

Source
Expand description

MAP application parameter tag constants, bitflags, and encoder functions.

Modules§

tag
MAP Application Parameter tag constants.

Structs§

FilterMessageType
FilterMessageType application parameter bitmask for GetMessagesListing.
MessageTypes
SupportedMessageTypes bitmask from GetMASInstanceInformation.

Constants§

CHARSET_UTF8
Charset value for MAP PushMessage (UTF-8).
INDICATOR_DELETED_STATUS
StatusIndicator wire value selecting deleted/present state.
INDICATOR_READ_STATUS
StatusIndicator wire value selecting read/unread state.

Functions§

get_message_params
Always [0x14, 0x01, 0x01].
list_messages_params
Builds a MAP app-params blob for ListMessages.
push_message_params
Always [0x14, 0x01, 0x01].
set_message_status_params
6-byte APP-PARAMS: StatusIndicator (tag 0x17, 1 byte) + StatusValue (tag 0x18, 1 byte).
set_notification_registration_params
Encodes NotificationStatus (tag 0x0E, 1 byte) + MasInstanceId (tag 0x0F, 1 byte).