Ready Notification

General Description

A ready notification is sent from the client to server before a competition starts. The ready notification signals to the server that the respective client is ready to start and should be sent to the public.ClientAnnounce Queue.

Properties

A QReadyNotification is an xml String of the following format:

<?xml version="1.0" encoding="UTF-8"?>
<readyNotificationCommand>
	<username>tacenergy1</username>
	<ready>true</ready>
	<apikey>secret</apikey>
</readyNotificationCommand>

Property Descriptions