Uses of Class
com.lucimber.dbus.type.DBusInt16
Packages that use DBusInt16
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 DBusInt16 in com.lucimber.dbus.codec.decoder
Methods in com.lucimber.dbus.codec.decoder that return types with arguments of type DBusInt16 -
Uses of DBusInt16 in com.lucimber.dbus.codec.encoder
Methods in com.lucimber.dbus.codec.encoder with parameters of type DBusInt16Modifier and TypeMethodDescription -
Uses of DBusInt16 in com.lucimber.dbus.type
Methods in com.lucimber.dbus.type that return DBusInt16Modifier and TypeMethodDescriptionstatic DBusInt16
DBusInt16.valueOf
(short value) Constructs a new D-Bus INT16 from its Java counterpart.Methods in com.lucimber.dbus.type with parameters of type DBusInt16