Exemple #1
0
 public Close(ShortUInt replyCode, ShortString replyText, ShortUInt classId, ShortUInt methodId)
 {
     ReplyCode = replyCode;
     ReplyText = replyText;
     ClassId   = classId;
     MethodId  = methodId;
 }
Exemple #2
0
 public Tune(ShortUInt channelMax, LongUInt frameMax, ShortUInt heartbeat)
 {
     ChannelMax = channelMax;
     FrameMax   = frameMax;
     Heartbeat  = heartbeat;
 }