Click or drag to resize

TableDTOConnectionMode Property

Optional: specifies if the Bridgemate on the table should work in online mode (default) or offline mode. In offline mode the Bridgemate will not communicate with the Bridgemate 3 server during the session, but will try to send its results after the last board had been played. Because of this the Bridgemate will not respond to movement updates. Mind: this setting will only have effect when the Bridgemate first connects to the session. Once a Bridgemate has been initialized with movement data the ConnectionMode cannot be changed until the Bridgemate is restarted.

Namespace: BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
Syntax
C#
public Bm3ConnectionModeOption ConnectionMode { get; set; }

Property Value

Bm3ConnectionModeOption
See Also