RxPacket constructor

RxPacket(
  1. int packetNum,
  2. ReadBuffer data
)

Implementation

RxPacket(this.packetNum, this.data);