Property | Type | Description | |
---|---|---|---|
Body | byte[] | ||
NativeEndianness | Dbus.Endian | ||
bytes | WvBytes | ||
dest | string | ||
err | string | ||
flags | Dbus.MFlag | ||
ifc | string | ||
method | string | ||
path | string | ||
rserial | uint? | ||
sender | string | ||
signature | string | ||
type | Dbus.MType |
Method | Description | |
---|---|---|
GetHeaderData ( ) : byte[] | ||
SetHeaderData ( WvBytes data ) : void | ||
WvDbusMsg ( WvBytes b ) : System | ||
bytes_needed ( WvBytes b ) : int | ||
check ( string testsig ) : |
||
err_reply ( string errcode ) : |
||
err_reply ( string errcode, string errstr ) : |
||
iter ( ) : WvDbusIter | ||
reply ( ) : |
||
reply ( string signature ) : |
||
write ( WvDbusWriter w ) : |
Method | Description | |
---|---|---|
WvDbusMsg ( ) : System | ||
_bytes_needed ( WvBytes b, int &hlen, int &blen ) : void | ||
wws ( WvDbusWriter w, Dbus c, string sig, string val ) : void | ||
wwsig ( WvDbusWriter w, Dbus c, string sig, string val ) : void | ||
wwu ( WvDbusWriter w, Dbus c, string sig, uint val ) : void |
public static bytes_needed ( WvBytes b ) : int | ||
b | WvBytes | |
return | int |
public err_reply ( string errcode ) : |
||
errcode | string | |
return |
public err_reply ( string errcode, string errstr ) : |
||
errcode | string | |
errstr | string | |
return |
public reply ( string signature ) : |
||
signature | string | |
return |
public static Dbus.Endian NativeEndianness | ||
return | Dbus.Endian |