Table of Contents

Enum VariantValueType

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

Type of value stored in a VariantValue.

public enum VariantValueType : byte

Fields

Array = 97

Array.

Bool = 98

Boolean.

Byte = 121

Unsigned 8-bit integer.

Dictionary = 123

Dictionary.

Double = 100

Double-precision floating point.

Int16 = 110

Signed 16-bit integer.

Int32 = 105

Signed 32-bit integer.

Int64 = 120

Signed 64-bit integer.

Invalid = 0

Invalid or unknown type.

ObjectPath = 111

D-Bus object path.

Signature = 103

D-Bus type signature.

String = 115

String.

Struct = 40

Struct.

UInt16 = 113

Unsigned 16-bit integer.

UInt32 = 117

Unsigned 32-bit integer.

UInt64 = 116

Unsigned 64-bit integer.

UnixFd = 104

File descriptor.

Variant = 118

Nested variant value.