typedef struct { vm_bt_ns_header_t header; VMWCHAR sender[VM_BT_NS_SENDER_LENGTH]; VMWCHAR sender_number[VM_BT_NS_NUMBER_LENGTH]; VMWCHAR content[VM_BT_NS_CONTENT_LENGTH]; VMWCHAR title[VM_BT_NS_TITLE_LENGTH]; VMWCHAR ticker_text[VM_BT_NS_TICKER_TEXT_LENGTH]; VMUINT32 missed_call_count; VMUINT32 time_stamp; VMUINT32 app_id; VMUINT8 icon_buffer[VM_BT_NS_ICON_LENGTH]; VM_BT_NS_DATA_SOURCE source; vm_bt_cm_bt_address_t bt_address; } vm_bt_ns_message_t;
typedef struct { vm_bt_ns_header_t header; VMWCHAR sender[VM_BT_NS_SENDER_LENGTH]; VMWCHAR sender_number[VM_BT_NS_NUMBER_LENGTH]; VMWCHAR content[VM_BT_NS_CONTENT_LENGTH]; VMWCHAR title[VM_BT_NS_TITLE_LENGTH]; VMWCHAR ticker_text[VM_BT_NS_TICKER_TEXT_LENGTH]; VMUINT32 missed_call_count; VMUINT32 time_stamp; VMUINT32 app_id; VMUINT8 icon_buffer[VM_BT_NS_ICON_LENGTH]; VM_BT_NS_DATA_SOURCE source; vm_bt_cm_bt_address_t bt_address; } vm_bt_ns_message_t;
Bluetooth notification message struct.
vmbt_ns.h
|
Members |
Description |
|
vm_bt_ns_header_t header; |
Notification header. |
|
VMWCHAR sender[VM_BT_NS_SENDER_LENGTH]; |
It is the App name for notification. It is contact name or number for SMS. |
|
VMWCHAR sender_number[VM_BT_NS_NUMBER_LENGTH]; |
It is the contact number for SMS or for missed call. |
|
VMWCHAR content[VM_BT_NS_CONTENT_LENGTH]; |
Notification content. |
|
VMWCHAR title[VM_BT_NS_TITLE_LENGTH]; |
The content of the notification. |
|
VMWCHAR ticker_text[VM_BT_NS_TICKER_TEXT_LENGTH]; |
The ticker text of the notification. |
|
VMUINT32 missed_call_count; |
The count of missed call. It is only applicable for missed call subtype. |
|
VMUINT32 time_stamp; |
The timestamp of notification. |
|
VMUINT32 app_id; |
The App ID. |
|
VMUINT8 icon_buffer[VM_BT_NS_ICON_LENGTH]; |
The icon buffer for JEPG format. |
|
VM_BT_NS_DATA_SOURCE source; |
The source of the message. |
|
vm_bt_cm_bt_address_t bt_address; |
Reserved. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.