ConnectionClose.fromStream constructor

ConnectionClose.fromStream(
  1. TypeDecoder decoder
)

Implementation

ConnectionClose.fromStream(TypeDecoder decoder) {
  replyCode = decoder.readUInt16();
  replyText = decoder.readShortString();
  classId = decoder.readUInt16();
  methodId = decoder.readUInt16();
}