- Enclosing class:
- GtpClient
public static interface GtpClient.InvalidResponseCallback
Callback if an invalid response occured.
Can be used to display invalid responses (without a status character)
immediately, because send will not abort on an invalid response
but continue to wait for a valid response line.
This is necessary for some Go programs with broken GTP implementation
which write debug data to standard output (e.g. Wallyplus 0.1.2).