MSG_CHANNEL_REQUEST class

Inheritance

Constructors

MSG_CHANNEL_REQUEST()
MSG_CHANNEL_REQUEST.exec(int recipientChannel, String requestType, String term, bool wantReply)
MSG_CHANNEL_REQUEST.exit(int recipientChannel, String requestType, int width, bool wantReply)
MSG_CHANNEL_REQUEST.ptyReq(int recipientChannel, String requestType, Point<num> d, Point<num> pd, String term, String termMode, bool wantReply)

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pair
id int
getter/setter pairinherited
pixelHeight int
getter/setter pair
pixelWidth int
getter/setter pair
recipientChannel int
getter/setter pair
requestType String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializedHeaderSize int
Minimum size for this serialized object.
no setteroverride
serializedSize int
Exact size for this serialized object.
no setteroverride
term String
getter/setter pair
termMode String
getter/setter pair
wantReply bool
getter/setter pair
width int
getter/setter pair

Methods

deserialize(SerializableInput input) → void
Interface for intput serialization.
override
fromRaw(SerializableInput input) → void
Deserializes this Serializable from a SerializableInput.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(SerializableOutput output) → void
Interface for output serialization.
override
toBytes(dynamic zlib, Random random, int blockSize) Uint8List
inherited
toPacket(Uint8List payload, Random random, int blockSize) Uint8List
inherited
toRaw({Endian endian = Endian.big}) Uint8List
Serializes this Serializable to a Uint8List.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ID → const int