ControlCommand constructor

ControlCommand(
  1. int hCard,
  2. int dwControlCode,
  3. List<int> pbSendBuffer
)

Implementation

ControlCommand(this.hCard, this.dwControlCode, this.pbSendBuffer);