Data |
public enum DataConnectorResponseData
| Member name | Value | Description |
|---|---|---|
| None | 0 | There is no accompanying data. |
| OK | 1 | Acknowledges a command that does not return data |
| Paused | 2 | Not in use. |
| Warning | 3 | Signals a non essential error. |
| Error | 4 | Signals that an error occurred. The accompanying data will be a serialized string explaining the error. |
| InitData | 5 | Data to create a new event. An InitDTO. |
| ContinueData | 6 | Data to continue a previously created event. A ContinueDTO. |
| SectionData | 7 | Data to update sections and their scoringgroups. A collection of ScoringGroupDTO. |
| Bridgemate2Settings | 8 | Data to update the BM2 settings. A Bridgemate2SettingsDTO. |
| Bridgemate3Settings | 9 | Data to update the BM3 settings. A Bridgemate2SettingsDTO. |
| PlayerData | 10 | First name, last name, country code for players. A PlayerDataDTO. |
| Participations | 11 | Position of players at a table in a round. A ParticipationDTO. |
| Results | 12 | Boardresults. A collection of ResultDTO. |
| Handrecords | 13 | Handrecords. A collection of HandrecordDTO. |
| Movement | 14 | Data to update the movement for a section. A SectionDTO. |
| Session | 15 | Data for a new session. A SectionDTO. |
| Sessions | 16 | Sessions, their scoringroups and their sections. A BCSManagementResponseDTO with an array of SessionInfoDTOs as its SessionInformation property. |
| EventInfo | 17 | Guid-name pairs of the sessions currently being administered. Embedded in a BCSManagementResponseDTO. |
| AllSessionsInfo | 18 | Guid-name-scoringfile location for all sessions that are present in BCS' data. Embedded in a BCSManagementResponseDTO. |
| ScoringFileLocation | 19 | The location of the scoring file for BCS. Embedded in a BCSManagementResponseDTO. |
| ShutDownRequest | 20 | The data is a shutdown request. Embedded in a BCSManagementRequesetDTO. |
| TestData | 21 | Currently not supported. |