SocketControlMessageMixin mixin
class MySocketControlMessage with SocketControlMessageMixin implements SocketControlMessage {
// Must override
@override
SocketControlMessage get socketControlMessage;
...
}
Properties
-
data
→ Uint8List
-
Actual bytes that were passed as part of the control message by the
underlying platform.
no setteroverride
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
level
→ int
-
A platform specific value used to determine the kind of control message.
no setteroverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
socketControlMessage
→ SocketControlMessage
-
no setter
-
type
→ int
-
A platform specific value used to determine the kind of control message.
no setteroverride