<< Click to Display Table of Contents >> Navigation: »No topics above this level« TargetObjectType Enumeration |
Access modes for PVI variable objects from the B+R PVI communication library. ( KWDESC_ATTRIBUTE )
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Visual Basic]
<Flags> _
Public Enum TargetObjectType
[C#]
[Flags]
public enum TargetObjectType
Member Name |
Description |
Value |
Undefined |
NOT defined. |
0 |
File |
FILE |
1 |
Directory |
DIRECTORY |
2 |
Module |
MODULE |
4 |
Task |
TASK |
12 |
EndOfEnum |
End Of Enumeration Marker. |
13 |
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]