Table of Contents

Delegate MessageValueReader<T>

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

Delegate for reading a value from a D-Bus message.

public delegate T MessageValueReader<T>(Message message, object? state)

Parameters

message Message

The message to read from.

state object

Optional state object.

Returns

T

The value read from the message.

Type Parameters

T

The type of value that is read.