 | 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.ScoringProgramClientAssembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntaxpublic enum ScoringProgramDataConnectorCommands
MembersMember name | Value | Description |
---|
None | 0 |
Invalid, never use
|
Connect | 1 |
Connect to the Data Connector
|
StopBCS | 2 |
Not supported
|
Disconnect | 3 |
Disconnects from the Data Connector
|
Ping | 4 |
Checks if the Data Connnector responds
|
InitializeEvent | 5 |
Initialize an event with at least one session, its scoringgroups, sections, tables and rounds.
|
UpdateMovement | 6 |
Update the movement for a section, or delete the section.
|
AddSession | 7 |
Adds a session to a known event.
|
UpdateScoringGroups | 8 |
Update the scoringmethod of the scoringgroups and/or rearrange the assignment of the sections to them.
|
PutTableGraph | 9 |
Not supported
|
PutResults | 10 |
Upload board results to the Data Connector
|
PutPlayerData | 11 |
Upload player data to the Data Connector
|
PutParticipations | 12 |
Upload participations to the Data Connector
|
PutHandrecords | 13 |
Upload handrecords to the Data Connector
|
PutBridgemate2Settings | 14 |
Upload Bridgemate 2 settings to the Data Connector
|
PutBridgemate3Settings | 15 |
Upload Bridgemate 3 settings results to the Data Connector
|
UpdateSession | 16 |
Not supported
|
UpdateSection | 17 |
Not supported
|
UpdateTable | 18 |
Not supported
|
PollQueueForNewResults | 19 |
Query the Data Connector for new board results.
|
PollQueueForNewPlayerData | 20 |
Query the Data Connector for new player data.
|
PollQueueForNewParticipations | 21 |
Query the Data Connector for new participations.
|
PollQueueForNewHandrecords | 22 |
Query the Data Connector for new handrecords.
|
PollQueueForAllResults | 23 |
Request all board results for the session from the Data Connector.
|
PollQueueForAllPlayerData | 24 |
Request all player data for the session from the Data Connector.
|
PollQueueForAllParticipations | 25 |
Request all participations results for the session from the Data Connector.
|
PollQueueForAllHandrecords | 26 |
Request all handrecords for the session from the Data Connector.
|
AcceptResultQueueItems | 27 |
Accept the new board results: the Data Connector will not send them again, unless the PollQueueForAllResults command is used.
|
AcceptPlayerDataQueueItems | 28 |
Accept the new player data: the Data Connector will not send them again, unless the PollQueueForAllPlayerData command is used.
|
AcceptParticipantQueueItems | 29 |
Accept the new participations: the Data Connector will not send them again, unless the PollQueueForAllParticipations command is used.
|
AcceptHandrecordQueueItems | 30 |
Accept the new handrecords: the Data Connector will not send them again, unless the PollQueueForAllHandrecords command is used.
|
ContinueEvent | 31 |
Continue an event that was start before using the InitializeEvent command.
|
GetMovement | 32 |
Requests the movement for a specific section from the Data Connector.
|
GetAllMovements | 33 |
Requests all movements of a session from the Data Connector
|
ManageBCS | 34 |
Queries BCS for either the running session or all known sessions. Also used to request BCS to shut down.
|
ClearData | 35 |
Instructs the DataConnector to clear all incoming and outgoing queue data.
|
TestData | 36 |
Not supported
|
See Also