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