Package org.freedesktop
Interface DBus.Binding.Tests
- All Superinterfaces:
DBusInterface
- Enclosing interface:
DBus.Binding
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Exit()
<T> Variant
<T> <T> Variant<T>[]
IdentityArray
(Variant<T>[] input) boolean
IdentityBool
(boolean input) boolean[]
IdentityBoolArray
(boolean[] input) byte
IdentityByte
(byte input) byte[]
IdentityByteArray
(byte[] input) double
IdentityDouble
(double input) double[]
IdentityDoubleArray
(double[] input) short
IdentityInt16
(short input) short[]
IdentityInt16Array
(short[] input) int
IdentityInt32
(int input) int[]
IdentityInt32Array
(int[] input) long
IdentityInt64
(long input) long[]
IdentityInt64Array
(long[] input) IdentityString
(String input) String[]
IdentityStringArray
(String[] input) IdentityUInt16
(UInt16 input) UInt16[]
IdentityUInt16Array
(UInt16[] input) IdentityUInt32
(UInt32 input) UInt32[]
IdentityUInt32Array
(UInt32[] input) IdentityUInt64
(UInt64 input) UInt64[]
IdentityUInt64Array
(UInt64[] input) boolean
Invert
(boolean a) InvertMapping
(Map<String, String> a) long
Sum
(int[] a) void
Methods inherited from interface org.freedesktop.dbus.DBusInterface
isRemote
-
Method Details
-
Identity
-
IdentityByte
byte IdentityByte(byte input) -
IdentityBool
boolean IdentityBool(boolean input) -
IdentityInt16
short IdentityInt16(short input) -
IdentityUInt16
-
IdentityInt32
int IdentityInt32(int input) -
IdentityUInt32
-
IdentityInt64
long IdentityInt64(long input) -
IdentityUInt64
-
IdentityDouble
double IdentityDouble(double input) -
IdentityString
-
IdentityArray
-
IdentityByteArray
byte[] IdentityByteArray(byte[] input) -
IdentityBoolArray
boolean[] IdentityBoolArray(boolean[] input) -
IdentityInt16Array
short[] IdentityInt16Array(short[] input) -
IdentityUInt16Array
-
IdentityInt32Array
int[] IdentityInt32Array(int[] input) -
IdentityUInt32Array
-
IdentityInt64Array
long[] IdentityInt64Array(long[] input) -
IdentityUInt64Array
-
IdentityDoubleArray
double[] IdentityDoubleArray(double[] input) -
IdentityStringArray
-
Sum
long Sum(int[] a) -
InvertMapping
-
DeStruct
-
Primitize
-
Invert
boolean Invert(boolean a) -
Trigger
-
Exit
void Exit()
-