Exemplo n.º 1
0
Arquivo: Close.cs Projeto: MKenin/rmku
 public Close(ShortUInt replyCode, ShortString replyText, ShortUInt classId, ShortUInt methodId)
 {
     ReplyCode = replyCode;
     ReplyText = replyText;
     ClassId   = classId;
     MethodId  = methodId;
 }
Exemplo n.º 2
0
Arquivo: Tune.cs Projeto: MKenin/rmku
 public Tune(ShortUInt channelMax, LongUInt frameMax, ShortUInt heartbeat)
 {
     ChannelMax = channelMax;
     FrameMax   = frameMax;
     Heartbeat  = heartbeat;
 }