data property - SocketControlMessage class - dart:io library (original) (raw)

description

Uint8List getdata

Actual bytes that were passed as part of the control message by the underlying platform.

The bytes are interpreted differently depending on the level andtype. These actual bytes can be used to inspect and interpret non-handle-carrying messages.

Implementation

Uint8List get data;