<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ConfigurationFlags Enumeration |
For loading and saving configurations its sometimes useful to define which data should be stored or loaded. For that reason, there are different flags which allow storing or loading additional configuration data.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Visual Basic]
<Flags> _
Public Enum ConfigurationFlags
[C#]
[Flags]
public enum ConfigurationFlags
Member Name |
Description |
Value |
None |
No Flag |
0 |
Values |
Saving values |
1 |
ConnectionState |
Saving IsConnected-state |
4 |
ActiveState |
Saving IsActive-state |
8 |
RefreshTime |
Saving RefreshTime |
16 |
VariableMembers |
Saving member-Variable-objects |
32 |
IOAttributes |
Saving AttributeFlags(IO,Const) |
512 |
Scope |
Saving Scope(global, local) |
1024 |
All |
Save all |
1597 |
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]