ModuleNotifivcations Enumeration

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

ModuleNotifivcations Enumeration

BR.AN.PviServices .NET


The communication device being used is determined with the DeviceType enumerator. The following communication devices can be defined: Serial, TcpIp, Can and Shared.

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

[Visual Basic]

<Flags> _

Public Enum ModuleNotifivcations

[C#]

[Flags]

public enum ModuleNotifivcations

Remarks

Default is INA2000! e.g. use N2000_Serial for NET2000 line.

Members

Member Name

Description

Value

ModuleListChanges

activate module changed list event

1

ModuleChanges

activate changed module event

2

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]