IPWorks SNMP 2020 Kotlin Edition

Questions / Feedback?

NodeAccess Property

The access permissions for the selected node.

Syntax

public val nodeAccess: MibbrowserNodeAccess

public enum class MibbrowserNodeAccess(val value: Int) {
accUnknown(0),
accNoAccess(1),
accReadOnly(2),
accReadCreate(3),
accReadWrite(4),
accWriteOnly(5),
accForNotify(6);
}

Default Value

0

Remarks

The following is the list of values for NodeAccess:

0accUnknown
1accNoAccess
2accReadOnly
3accReadCreate
4accReadWrite
5accWriteOnly
6accForNotify

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Kotlin Edition - Version 20.0 [Build 7941]