Man page - org.bluez.obex.message(5)
Packages contains this manual
- rfcomm(1)
- bluetoothctl-player(1)
- bluetoothctl-assistant(1)
- bluetooth-meshd(8)
- hciconfig(1)
- obexctl(1)
- hex2hcd(1)
- mpris-proxy(1)
- bluetoothctl-endpoint(1)
- bluetoothctl-hci(1)
- bluetoothctl(1)
- bluetoothctl-gatt(1)
- rctest(1)
- hid2hci(1)
- bluemoon(1)
- ciptool(1)
- bluetoothctl-monitor(1)
- l2test(1)
- bluetoothctl-scan(1)
- sdptool(1)
- bluetoothctl-transport(1)
- btmgmt(1)
- hciattach(1)
- btattach(1)
- gatttool(1)
- bluetoothctl-mgmt(1)
- bluetoothctl-admin(1)
- bluetoothd(8)
- hcitool(1)
- bluetoothctl-advertise(1)
- btmon(1)
- l2ping(1)
apt-get install bluez
Manual
ORG.BLUEZ.OBEX.MESSAGE
NAMEINTERFACE
Methods
object, dict Get(string targetfile, boolean attachment)
Properties
string Folder [readonly]
string Subject [readonly]
string Timestamp [readonly]
string Sender [readonly]
string SenderAddress [readonly]
string ReplyTo [readonly]
string Recipient [readonly]
string RecipientAddress [readonly]
string Type [readonly]
uint64 Size [readonly]
string Status [readonly]
boolean Priority [readonly]
boolean Read [read/write]
boolean Deleted [writeonly]
boolean Sent [readonly]
boolean Protected [readonly]
string DeliveryStatus [readonly] [optional]
uint64 ConversationId [readonly] [required]
string ConversationName [readonly] [optional]
string Direction [readonly] [required]
string AttachmentMimeTypes [readonly] [optional]
NAME
org.bluez.obex.Message - BlueZ D-Bus OBEX Message API documentation
INTERFACE
Service
org.bluez.obex
Interface
org.bluez.obex.Message1
Object path
[Session object path]/message{#}
Methods
object, dict Get(string targetfile, boolean attachment)
Download message and store it in the target file.
If an empty target file is given, a temporary file will be automatically generated.
The returned path represents the newly created transfer, which should be used to find out if the content has been successfully transferred or if the operation fails.
The properties of this transfer are also returned along with the object path, to avoid a call to GetProperties, see org.bluez.obex.Transfer(5) for the possible list of properties.
Possible
errors:
org.bluez.obex.Error.InvalidArguments
org.bluez.obex.Error.Failed
Properties
string Folder [readonly]
Folder which the message belongs to
string Subject [readonly]
Message subject
string Timestamp [readonly]
Message timestamp
string Sender [readonly]
Message sender name
string SenderAddress [readonly]
Message sender address
string ReplyTo [readonly]
Message Reply-To address
string Recipient [readonly]
Message recipient name
string RecipientAddress [readonly]
Message recipient address
string Type [readonly]
Message type
Possible
values:
"email"
"sms-gsm"
"sms-cdma"
|
"mms" |
uint64 Size [readonly]
Message size in bytes
string Status [readonly]
Message reception status
Possible
values:
"complete"
"fractioned"
"notification"
boolean Priority [readonly]
Message priority flag
boolean Read [read/write]
Message read flag
boolean Deleted [writeonly]
Message deleted flag
boolean Sent [readonly]
Message sent flag
boolean Protected [readonly]
Message protected flag
string DeliveryStatus [readonly] [optional]
Message delivery status
Possible
values:
"delivered"
|
"sent" |
"unknown"
uint64 ConversationId [readonly] [required]
Message conversation id sent by Server Unique identification of the conversation
string ConversationName [readonly] [optional]
Human readable name of the conversation
string Direction [readonly] [required]
Indicate the direction of the message
Possible
values:
"incoming"
"outgoing"
"outgoingdraft"
"outgoingpending"
string AttachmentMimeTypes [readonly] [optional]
MIME type of the attachment