Table of Contents

Enum MessageType

Namespace
Tmds.DBus.Protocol
Assembly
Tmds.DBus.Protocol.dll

Represents the type of a D-Bus message.

public enum MessageType : byte

Fields

Error = 3

An error message indicating a method call failure.

MethodCall = 1

A method call message.

MethodReturn = 2

A method return message containing the result of a method call.

Signal = 4

A signal emission.