Compaq AAR04BCTE User Manual

Page 87

Advertising
background image

eSNMP API Routines

*_set Routine

ESNMP_TYPE_Integer32
ESNMP_TYPE_Counter32
ESNMP_TYPE_<Gauge32 (varbind->value.ul field)

The 32-bit counter and 32-bit gauge data types are stored in the VARBIND
structure as an unsigned integer.

Use the

o_integer

function to insert an unsigned value into the VARBIND

structure.

ESNMP_TYPE_TimeTicks (varbind->value.ul field)

The 32-bit

timeticks

type values are stored in the VARBIND structure as an

unsigned integer.

Use the

o_integer

function to insert an unsigned value into the VARBIND

structure.

ESNMP_TYPE_Counter64 (varbind->value.ul64 field)

The 64-bit counter is stored in a VARBIND structure as an unsigned
longword, which, on an OpenVMS Alpha system, has a 64-bit value.

Use the

o_integer

function to insert an unsigned longword (64 bits) into the

VARBIND structure.

eSNMP API Routines 5–29

Advertising