Exemple #1
0
 public TagPrivilegeReply(ref RFID.Command associatedCommand) : base(ref associatedCommand)
 {
 }
Exemple #2
0
 public TagPrivilegeReply(ref RFID.Command associatedCommand, ref object originalReply) : base(ref associatedCommand, ref originalReply)
 {
 }
Exemple #3
0
 public ErrorReply(ref RFID.Command associatedCommand) : base(ref associatedCommand)
 {
     throw new ErrorRepliedException(this);
 }
Exemple #4
0
 public ErrorReply(ref RFID.Command associatedCommand, ref object originalReply) : base(ref associatedCommand, ref originalReply)
 {
     throw new ErrorRepliedException(this);
 }
Exemple #5
0
 public Reply(ref RFID.Command associatedCommand) : base(ref associatedCommand)
 {
 }