IP*Works! S/SNMP V9 - Online Help
IP*Works! S/SNMP V9
Questions / Feedback?

ObjType Property

The current object's type.

Syntax

property ObjType[ObjIndex: Integer]: TipnsnmpmgrObjTypes;



TipnsnmpmgrObjTypes = ( otInteger, otOctetString, otNull, otObjectId, otIPAddress, otCounter32, otGauge32, otTimeTicks, otOpaque, otNSAP, otCounter64, otUnsignedInteger32, otNoSuchObject, otNoSuchInstance, otEndOfMibView );

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 size of the array is controlled by the ObjCount property.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0