Uses of Class
com.lucimber.dbus.type.DBusInt32
Packages that use DBusInt32
Package
Description
D-Bus message decoding infrastructure for converting wire format to Java objects.
D-Bus message encoding infrastructure for converting Java objects to wire format.
Type-safe D-Bus data types and containers providing compile-time marshalling safety.
-
Uses of DBusInt32 in com.lucimber.dbus.codec.decoder
Methods in com.lucimber.dbus.codec.decoder that return types with arguments of type DBusInt32 -
Uses of DBusInt32 in com.lucimber.dbus.codec.encoder
Methods in com.lucimber.dbus.codec.encoder with parameters of type DBusInt32Modifier and TypeMethodDescription -
Uses of DBusInt32 in com.lucimber.dbus.type
Methods in com.lucimber.dbus.type that return DBusInt32Modifier and TypeMethodDescriptionstatic DBusInt32
DBusInt32.valueOf
(int value) Constructs a new D-Bus INT32 from its Java counterpart.Methods in com.lucimber.dbus.type that return types with arguments of type DBusInt32Modifier and TypeMethodDescriptionDBusArray.ofInt32s
(int... integers) Creates an array of 32-bit integers.static DBusDict<DBusInt32,
DBusString> DBusDict.ofInt32ToString()
Creates a dictionary with int32 keys and string values.static DBusDict<DBusString,
DBusInt32> DBusDict.ofStringToInt32()
Creates a dictionary with string keys and int32 values.Methods in com.lucimber.dbus.type with parameters of type DBusInt32