示例#1
0
 /// <summary>
 /// Notifies the console when a bad command is used.
 /// </summary>
 protected void NoIrCommandError(string command)
 {
     Debug.Console(2, this, "Device {0}: IR Driver {1} does not contain command {2}",
                   Key, IrPort.IRDriverFileNameByIRDriverId(IrPortUid), command);
 }