IPWorks SNMP 2020 Kotlin Edition

Questions / Feedback?

NodeType Property

The type of the selected node.

Syntax

public val nodeType: MibbrowserNodeTypes

public enum class MibbrowserNodeTypes(val value: Int) {
mcrObjectType(0),
mcrObjectIdentity(1),
mcrModuleIdentity(2),
mcrNotificationType(3),
mcrTrapType(4),
mcrObjectGroup(5),
mcrNotificationGroup(6),
mcrCompliance(7),
mcrCapabilities(8);
}

Default Value

1

Remarks

The following are the possible values for NodeType:

0mcrObjectType
1mcrObjectIdentity
2mcrModuleIdentity
3mcrNotificationType
4mcrTrapType
5mcrObjectGroup
6mcrNotificationGroup
7mcrCompliance
8mcrCapabilities

This property is read-only.

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