DataConnectionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the state of a specified data connection.
This enumeration supports a bitwise combination of its member values.
public enum class DataConnectionState
[System.Flags]
public enum DataConnectionState
[<System.Flags>]
type DataConnectionState =
Public Enum DataConnectionState
- Inheritance
-
DataConnectionState
- Attributes
Fields
Name | Value | Description |
---|---|---|
Broken | -2147483648 | The data connection was previously open, but has been broken for unknown reasons. |
Closed | 0 | The data connection is closed. |
Open | 1 | The data connection is open. |