public class MethodReturn extends Message
Message.ArgumentType, Message.Endian, Message.Flags, Message.HeaderField, Message.MessageTypeglobalserial, MAXIMUM_ARRAY_LENGTH, MAXIMUM_MESSAGE_LENGTH, MAXIMUM_NUM_UNIX_FDS, PROTOCOL| Constructor and Description |
|---|
MethodReturn(MethodCall mc,
String sig,
Object... args) |
MethodReturn(String dest,
long replyserial,
String sig,
Object... args) |
MethodReturn(String source,
MethodCall mc,
String sig,
Object... args) |
MethodReturn(String source,
String dest,
long replyserial,
String sig,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
MethodCall |
getCall() |
void |
setCall(MethodCall _call) |
align, append, appendByte, appendBytes, appendint, demarshallint, demarshallint, demarshallintBig, demarshallintLittle, extract, extract, getAlignment, getByteCounter, getDestination, getEndianess, getFiledescriptors, getFlags, getHeader, getHeaderFieldName, getHeaders, getInterface, getName, getParameters, getPath, getReplySerial, getSerial, getSig, getSource, getType, getWiredata, getWireData, marshallint, marshallintBig, marshallintLittle, pad, setArgs, setByteCounter, setSerial, setSource, setWiredata, toStringpublic MethodReturn(String dest, long replyserial, String sig, Object... args) throws DBusException
DBusExceptionpublic MethodReturn(String source, String dest, long replyserial, String sig, Object... args) throws DBusException
DBusExceptionpublic MethodReturn(MethodCall mc, String sig, Object... args) throws DBusException
DBusExceptionpublic MethodReturn(String source, MethodCall mc, String sig, Object... args) throws DBusException
DBusExceptionpublic MethodCall getCall()
public void setCall(MethodCall _call)
Copyright © 2020. All rights reserved.