Documentation
Preparing search index...
@chess-broadcaster-suite/uci
UCIInterface
Interface UCIInterface
interface
UCIInterface
{
debug
(
params
:
SetDebugUCIParams
)
:
void
;
go
(
params
:
GoUCIParams
)
:
void
;
isready
()
:
Promise
<
UCIReadyokMessage
>
;
ponderhit
()
:
void
;
position
(
params
:
PositionUCIParams
)
:
void
;
quit
()
:
void
;
register
(
params
:
RegisterUCIParams
)
:
void
;
setoption
(
params
:
SetOptionUCIParams
)
:
void
;
stop
()
:
Promise
<
void
|
UCIBestmoveMessage
>
;
uci
()
:
Promise
<
UCIOKMessage
>
;
ucinewgame
()
:
void
;
}
Implemented by
Engine
Index
Methods
debug
go
isready
ponderhit
position
quit
register
setoption
stop
uci
ucinewgame
Methods
debug
debug
(
params
:
SetDebugUCIParams
)
:
void
Parameters
params
:
SetDebugUCIParams
Returns
void
go
go
(
params
:
GoUCIParams
)
:
void
Parameters
params
:
GoUCIParams
Returns
void
isready
isready
()
:
Promise
<
UCIReadyokMessage
>
Returns
Promise
<
UCIReadyokMessage
>
ponderhit
ponderhit
()
:
void
Returns
void
position
position
(
params
:
PositionUCIParams
)
:
void
Parameters
params
:
PositionUCIParams
Returns
void
quit
quit
()
:
void
Returns
void
register
register
(
params
:
RegisterUCIParams
)
:
void
Parameters
params
:
RegisterUCIParams
Returns
void
setoption
setoption
(
params
:
SetOptionUCIParams
)
:
void
Parameters
params
:
SetOptionUCIParams
Returns
void
stop
stop
()
:
Promise
<
void
|
UCIBestmoveMessage
>
Returns
Promise
<
void
|
UCIBestmoveMessage
>
uci
uci
()
:
Promise
<
UCIOKMessage
>
Returns
Promise
<
UCIOKMessage
>
ucinewgame
ucinewgame
()
:
void
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
debug
go
isready
ponderhit
position
quit
register
setoption
stop
uci
ucinewgame
Documentation
Loading...