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