RawFrame constructor

RawFrame(
  1. FrameHeader header,
  2. ByteData payload
)

Implementation

RawFrame(this.header, this.payload);