IPWorks SNMP 2020 C++ Builder Edition

Questions / Feedback?

ObjType Property

The current object's type.

Syntax

__property TipnSNMPTCPMgrObjTypes ObjType[int ObjIndex] = { read=FObjType, write=FSetObjType };
enum TipnSNMPTCPMgrObjTypes { otInteger=2, otOctetString=4, otNull=5, otObjectId=6, otIPAddress=64, otCounter32=65, otGauge32=66, otTimeTicks=67, otOpaque=68, otNSAP=69, otCounter64=70, otUnsignedInteger32=71, otNoSuchObject=128, otNoSuchInstance=129, otEndOfMibView=130 };

Default Value

otNull

Remarks

The current object's type. The default type is NULL (5).

The corresponding object id and value are specified by the ObjOid and ObjValue properties.

Possible object type values include:

otInteger (2) 2
otOctetString (4) 4
otNull (5) 5
otObjectID (6) 6
otIPAddress (64)64
otCounter32 (65)65
otGauge32 (66)66
otTimeTicks (67)67
otOpaque (68)68
otNSAP (69)69
otCounter64 (70)70
otUnsignedInteger32 (71)71

The component also supports the following artificial object values used to designate error conditions:

otNoSuchObject (128)No such object error.
otNoSuchInstance (129)No such instance error.
otEndOfMibView (130)End of MIB View error.

The ObjIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ObjCount property.

This property is not available at design time.

Data Type

Integer

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