NodeAccess Property

The access permissions for the selected node.

Syntax

ANSI (Cross Platform)
int GetNodeAccess();

Unicode (Windows)
INT GetNodeAccess();

Possible Values

ACC_UNKNOWN(0), 
ACC_NO_ACCESS(1),
ACC_READ_ONLY(2),
ACC_READ_CREATE(3),
ACC_READ_WRITE(4),
ACC_WRITE_ONLY(5),
ACC_FOR_NOTIFY(6)
@property (nonatomic,readonly,assign,getter=nodeAccess) int nodeAccess;
- (int)nodeAccess;

Possible Values

ACC_UNKNOWN(0), 
ACC_NO_ACCESS(1),
ACC_READ_ONLY(2),
ACC_READ_CREATE(3),
ACC_READ_WRITE(4),
ACC_WRITE_ONLY(5),
ACC_FOR_NOTIFY(6)
#define PID_MIBBROWSER_NODEACCESS 2

IPWORKSSNMP_EXTERNAL void* IPWORKSSNMP_CALL IPWorksSNMP_MibBrowser_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

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.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 C++ Edition - Version 20.0 [Build 8202]