Constructor KittyKeyboardProtocolDetector
KittyKeyboardProtocolDetector(IDriver?, IAnsiStartupGate?)
Creates a new detector that sends its query through the provided driver.
public KittyKeyboardProtocolDetector(IDriver? driver, IAnsiStartupGate? startupGate = null)
Parameters
driverIDriverThe driver to send ANSI requests through.
startupGateIAnsiStartupGateOptional startup gate to mark query readiness.