Table of Contents

Struct Signature

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

Represents a D-Bus type signature.

public readonly struct Signature
Inherited Members

Remarks

No validation is performed on the signature value.

Constructors

Signature(ReadOnlySpan<byte>)

Initializes a new instance of the Signature struct.

public Signature(ReadOnlySpan<byte> value)

Parameters

value ReadOnlySpan<byte>

The signature bytes.

Remarks

No validation is performed on the signature value.

Methods

ToString()

Returns the string representation of the signature.

public override string ToString()

Returns

string

Operators

implicit operator Signature(ReadOnlySpan<byte>)

Implicitly converts a byte span to a Signature.

public static implicit operator Signature(ReadOnlySpan<byte> value)

Parameters

value ReadOnlySpan<byte>

The byte span to convert.

Returns

Signature

Remarks

No validation is performed on the signature value.