<< Click to Display Table of Contents >> Navigation: »No topics above this level« ModuleNotifivcations Enumeration |
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
Default is INA2000! e.g. use N2000_Serial for NET2000 line.
Member Name |
Description |
Value |
ModuleListChanges |
activate module changed list event |
1 |
ModuleChanges |
activate changed module event |
2 |
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]