public KeepAliveResponse(QRPacketType packetType, int instantKey)
     : base(packetType, instantKey)
 {
 }
Пример #2
0
 public BasePacket SetPacketType(QRPacketType packetType)
 {
     PacketType = packetType;
     return(this);
 }
Пример #3
0
 public QRResponseBase(QRPacketType packetType, int instantKey)
 {
     PacketType = packetType;
     InstantKey = instantKey;
 }