IOVariableTypes Enumeration

<< 点击显示目录 >>

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

IOVariableTypes Enumeration

BR.AN.PviServices .NET


Implements an enumeration of IOVaribale types.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]

<Flags> _

Public Enum IOVariableTypes

[C#]

[Flags]

public enum IOVariableTypes

Members

Member Name

Description

Value

PHYSICAL

producer variable (read only)

1

VALUE

consumer variable (read only)

2

FORCE

The force variable

4

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]