Click or drag to resize

ScoringProgramDataConnectorCommands Enumeration

These enum values comprise the command values that can be set on the ScoringProgramRequest's Command property. Not all of these are currently supported. In the comments after the values the associated Data Transfer Object (DTO) is mentioned if applicable.

Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
public enum ScoringProgramDataConnectorCommands
Members
Member nameValueDescription
None0 Invalid, never use
Connect1 Connect to the Data Connector
StopBCS2 Not supported
Disconnect3 Disconnects from the Data Connector
Ping4 Checks if the Data Connnector responds
InitializeEvent5 Initialize an event with at least one session, its scoringgroups, sections, tables and rounds.
UpdateMovement6 Update the movement for a section, or delete the section.
AddSession7 Adds a session to a known event.
UpdateScoringGroups8 Update the scoringmethod of the scoringgroups and/or rearrange the assignment of the sections to them.
PutTableGraph9 Not supported
PutResults10 Upload board results to the Data Connector
PutPlayerData11 Upload player data to the Data Connector
PutParticipations12 Upload participations to the Data Connector
PutHandrecords13 Upload handrecords to the Data Connector
PutBridgemate2Settings14 Upload Bridgemate 2 settings to the Data Connector
PutBridgemate3Settings15 Upload Bridgemate 3 settings results to the Data Connector
UpdateSession16 Not supported
UpdateSection17 Not supported
UpdateTable18 Not supported
PollQueueForNewResults19 Query the Data Connector for new board results.
PollQueueForNewPlayerData20 Query the Data Connector for new player data.
PollQueueForNewParticipations21 Query the Data Connector for new participations.
PollQueueForNewHandrecords22 Query the Data Connector for new handrecords.
PollQueueForAllResults23 Request all board results for the session from the Data Connector.
PollQueueForAllPlayerData24 Request all player data for the session from the Data Connector.
PollQueueForAllParticipations25 Request all participations results for the session from the Data Connector.
PollQueueForAllHandrecords26 Request all handrecords for the session from the Data Connector.
AcceptResultQueueItems27 Accept the new board results: the Data Connector will not send them again, unless the PollQueueForAllResults command is used.
AcceptPlayerDataQueueItems28 Accept the new player data: the Data Connector will not send them again, unless the PollQueueForAllPlayerData command is used.
AcceptParticipantQueueItems29 Accept the new participations: the Data Connector will not send them again, unless the PollQueueForAllParticipations command is used.
AcceptHandrecordQueueItems30 Accept the new handrecords: the Data Connector will not send them again, unless the PollQueueForAllHandrecords command is used.
ContinueEvent31 Continue an event that was start before using the InitializeEvent command.
GetMovement32 Requests the movement for a specific section from the Data Connector.
GetAllMovements33 Requests all movements of a session from the Data Connector
ManageBCS34 Queries BCS for either the running session or all known sessions. Also used to request BCS to shut down.
ClearData35 Instructs the DataConnector to clear all incoming and outgoing queue data.
TestData36 Not supported
See Also