enum Gio::DBusMessageByteOrder

Overview

Enumeration used to describe the byte order of a D-Bus message.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/gio.cr

Enum Members

BigEndian = 66_u32

The byte order is big endian.

LittleEndian = 108_u32

The byte order is little endian.

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def big_endian? #

[View source]
def little_endian? #

[View source]