Closed

class Closed : DBusSignal

Constructors

Link copied to clipboard
constructor(path: String, details: Map<String, Variant<out Any>>)

Properties

Link copied to clipboard
val details: Map<String, Variant<out Any>>
Link copied to clipboard
val filedescriptors: List<FileDescriptor>
Link copied to clipboard
val MAXIMUM_ARRAY_LENGTH: Int = 67108864
Link copied to clipboard
val MAXIMUM_MESSAGE_LENGTH: Int = 134217728
Link copied to clipboard
val MAXIMUM_NUM_UNIX_FDS: Int = 33554432
Link copied to clipboard
val PROTOCOL: Byte = 1
Link copied to clipboard
open var serial: Long
Link copied to clipboard
open val type: Byte

Functions

Link copied to clipboard
open fun appendbody(_conn: AbstractConnectionBase)
Link copied to clipboard
open fun createReal(_conn: AbstractConnectionBase): DBusSignal
Link copied to clipboard
open fun demarshallintBig(_buf: Array<Byte>, _ofs: Int, _width: Int): Long
Link copied to clipboard
open fun demarshallintLittle(_buf: Array<Byte>, _ofs: Int, _width: Int): Long
Link copied to clipboard
open fun getAlignment(_type: Byte): Int
Link copied to clipboard
Link copied to clipboard
open fun getEndianess(): Byte
Link copied to clipboard
open fun getFlags(): Int
Link copied to clipboard
open fun getHeaderFieldName(_field: Byte): String
Link copied to clipboard
open fun getInterface(): String
Link copied to clipboard
open fun getName(): String
Link copied to clipboard
open fun getParameters(): Array<Any>
Link copied to clipboard
open fun getPath(): String
Link copied to clipboard
open fun getReplySerial(): Long
Link copied to clipboard
open fun getSig(): String
Link copied to clipboard
open fun getSource(): String
Link copied to clipboard
open fun getWireData(): Array<Array<Byte>>
Link copied to clipboard
open fun marshallintBig(_l: Long, _buf: Array<Byte>, _ofs: Int, _width: Int)
Link copied to clipboard
open fun marshallintLittle(_l: Long, _buf: Array<Byte>, _ofs: Int, _width: Int)
Link copied to clipboard
open fun setArgs(_args: Array<Any>)
Link copied to clipboard
open fun setSource(_source: String)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun updateEndianess(_endianess: Byte)