Expand description
MAP application parameter tag constants, bitflags, and encoder functions.
Modules§
- tag
- MAP Application Parameter tag constants.
Structs§
- Filter
Message Type FilterMessageTypeapplication parameter bitmask forGetMessagesListing.- Message
Types SupportedMessageTypesbitmask fromGetMASInstanceInformation.
Constants§
- CHARSET_
UTF8 - Charset value for MAP
PushMessage(UTF-8). - INDICATOR_
DELETED_ STATUS StatusIndicatorwire value selecting deleted/present state.- INDICATOR_
READ_ STATUS StatusIndicatorwire 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(tag0x17, 1 byte) +StatusValue(tag0x18, 1 byte). - set_
notification_ registration_ params - Encodes
NotificationStatus(tag0x0E, 1 byte) +MasInstanceId(tag0x0F, 1 byte).