2.2.1.2.116 SAP_IF_STATS
The SAP_IF_STATS structure MAY<108> be used to contain the SAP MIB Interface Table Entry. This structure is returned as part of the following methods:
RMIBEntryGetNext (section 3.1.4.32)
typedef struct _SAP_IF_STATS { ULONG SapIfOperState; ULONG SapIfInputPackets; ULONG SapIfOutputPackets; } SAP_IF_STATS, *PSAP_IF_STATS;
SapIfOperState: Indicates the operation status of the SAP on the interface. It MUST be one of the following values.
-
Value
Meaning
OPER_STATE_DOWN
0x00000001
Nonoperational.
OPER_STATE_UP
0x00000002
Operational and can pass packets.
OPER_STATE_SLEEPING
0x00000003
Sleeping.
SapIfInputPackets: Counts the SAP input packets on the interface.
SapIfOutputPackets: Counts the SAP output packets on the interface.