Click or drag to resize

SecureConnectionState Enumeration

Secure connection states.

Namespace:  AC908_SDK.Enums
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public enum SecureConnectionState
Members
  Member nameValueDescription
NotSecure0 The conection is not Secure.
Initializing1 The Control Panel is initializing a secure connection.
Secure2 The conection is Secure.
Stopping3 The conection is stopping.
See Also