DBusMessageHeaderField
Description:
public enum DBusMessageHeaderField
Content:
Enum values:
- INVALID - Not a valid header
field.
- PATH - The object path.
- INTERFACE - The interface
name.
- MEMBER - The method or signal
name.
- ERROR_NAME - The name of the
error that occurred.
- REPLY_SERIAL - The serial
number the message is a reply to.
- DESTINATION - The name the
message is intended for.
- SENDER - Unique name of the
sender of the message (filled in by the bus).
- SIGNATURE - The signature of
the message body.
- NUM_UNIX_FDS - The number
of UNIX file descriptors that accompany the message.