RemoteFrameBufferServerInitMessage class
Server init message.
See: https://www.rfc-editor.org/rfc/rfc6143.html#section-7.3.2
- Annotations
-
- @freezed
Constructors
- RemoteFrameBufferServerInitMessage({required int frameBufferHeightInPixels, required int frameBufferWidthInPixels, required String name, required RemoteFrameBufferPixelFormat serverPixelFormat})
-
constfactory
Properties
-
copyWith
→ $RemoteFrameBufferServerInitMessageCopyWith<
RemoteFrameBufferServerInitMessage> -
no setterinherited
- frameBufferHeightInPixels → int
-
no setterinherited
- frameBufferWidthInPixels → int
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverPixelFormat → RemoteFrameBufferPixelFormat
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
readFromSocket(
{required RawSocket socket}) → TaskEither< Object, RemoteFrameBufferServerInitMessage> -
Read and parse incoming message from
socket
.