Enum MessageType
Represents the type of a D-Bus message.
public enum MessageType : byte
Fields
Error = 3An error message indicating a method call failure.
MethodCall = 1A method call message.
MethodReturn = 2A method return message containing the result of a method call.
Signal = 4A signal emission.