Table of Contents

Interface IDBusWritable

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

Internal interface that enables serializing composite types.

public interface IDBusWritable

Methods

WriteTo(ref MessageWriter)

Writes this instance to the specified message writer.

void WriteTo(ref MessageWriter writer)

Parameters

writer MessageWriter

The message writer to write to.