uci_register: Sending command register for chess engine

Description Usage Arguments Value

View source: R/uci_register.R

Description

Sending command register for chess engine. Info about register command from http://wbec-ridderkerk.nl/html/UCIProtocol.html this is the command to try to register an engine or to tell the engine that registration will be done later. This command should always be sent if the engine has send "registration error" at program startup.

Usage

1
uci_register(engine, later = TRUE, name = NULL, code = NULL)

Arguments

engine

engine object

later

boolean default TRUE

name

string

code

string

Value

engine object


rosawojciech/bigchess documentation built on Jan. 19, 2021, 5:54 a.m.