<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ConnectionStates Enumeration |
These are the connection states a object can have.
[Visual Basic]
Public Enum ConnectionStates
[C#]
public enum ConnectionStates
Member Name |
Description |
Unininitialized |
The object is not connected, this is the initial state! |
Connecting |
The object is about to be connected. |
ConnectedError |
The object has been connected but is in error state. |
Connected |
The object has been successfully connected. |
Disconnecting |
The object is about to be disconnected. |
Disconnected |
The object has been successfully disconnected. |
LinkBroken |
The objects has lost its connection to PVI. This can happen if the connection to a remote PVI has been interrupted. |
ConnectionChanging |
The connection is changing. |
ConnectionChanged |
The connection has changed. |
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]