Enum SnmpCommunityType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of access that this SNMP community is granted.
public enum SnmpCommunityType
Fields
None = 5The community has no permission.
Notify = 1The community is permitted the notify permission.
ReadCreate = 4The community is permitted to create data.
ReadOnly = 2The community is permitted to read data.
ReadWrite = 3The community is permitted to write data.
Unknown = 0The community type is unknown.