Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:io
  3. SocketControlMessage class
SocketControlMessage
description

SocketControlMessage classabstractinterface

Control message part of theSocketMessage received by a call toRawSocket.readMessage.

Control messages could carry different information includingResourceHandle. IfResourceHandles are available as part of this message,they can be extracted viaextractHandles.

Constructors

SocketControlMessage.fromHandles(List<ResourceHandle>handles)
Creates a control message containing the providedhandles.
factory

Properties

dataUint8List
Actual bytes that were passed as part of the control message by theunderlying platform.
no setter
hashCodeint
The hash code for this object.
no setterinherited
levelint
A platform specific value used to determine the kind of control message.
no setter
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
typeint
A platform specific value used to determine the kind of control message.
no setter

Methods

extractHandles()List<ResourceHandle>
Extracts the list of handles embedded in this message.
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited
  1. Dart
  2. dart:io
  3. SocketControlMessage class
dart:io library

[8]ページ先頭

©2009-2025 Movatter.jp