mpf.core.bcp.bcp_client

Base class for all bcp clients.

class mpf.core.bcp.bcp_client.BaseBcpClient(machine, name, bcp)

Base class for bcp clients.

Initialise client.

accept_connection(receiver, sender)

Created client for incoming connection.

connect(config)

Actively connect client.

read_message()

Read one message from client.

send(bcp_command, kwargs)

Send data to client.

stop()

Stop client connection.