<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ConnectionType Enumeration |
Defines the ConnectionType of a PviServices object
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Visual Basic]
<Flags> _
Public Enum ConnectionType
[C#]
[Flags]
public enum ConnectionType
Member Name |
Description |
Value |
None |
No connection will be made |
0 |
Create |
Create a connection to the plc |
1 |
Link |
Create a connection to an existent Object on the plc |
2 |
CreateAndLink |
Create and link a connection to the plc |
3 |
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]