ConnectionType Enumeration

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices >

ConnectionType Enumeration

BR.AN.PviServices .NET


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

Members

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

Requirements

Namespace: BR.AN.PviServices

Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)

See Also

BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]