ConnectionTune.fromStream constructor

ConnectionTune.fromStream(
  1. TypeDecoder decoder
)

Implementation

ConnectionTune.fromStream(TypeDecoder decoder) {
  channelMax = decoder.readUInt16();
  frameMax = decoder.readUInt32();
  heartbeat = decoder.readUInt16();
}