CommandMessage constructor

CommandMessage(
  1. PcscCommand command,
  2. SendPort replyPort
)

Implementation

CommandMessage(this.command, this.replyPort);