Click or drag to resize

Bm3ConnectionModeOption Enumeration

Specifies whether the Bridgemates for the section will work in online mode (continuous communication with the Bridgemate 3 server) or if they work in offline mode (communication only at the start and the end of the session).

Namespace: BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
public enum Bm3ConnectionModeOption
Members
Member nameValueDescription
Online0 The Bridgemates for the section will work in online mode (continuous communication with the Bridgemate 3 server).
Offline1 The Bridgemates for the section will work in offline mode (communication will be initiated at the end of the session or can be initiated manually).
See Also