Table of Contents

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 = 5

The community has no permission.

Notify = 1

The community is permitted the notify permission.

ReadCreate = 4

The community is permitted to create data.

ReadOnly = 2

The community is permitted to read data.

ReadWrite = 3

The community is permitted to write data.

Unknown = 0

The community type is unknown.