Structs, Records, Enums

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
Structs, Records, Enums
Module
Structures
 
Name 
Description 
 
Applications are the typical clients of the service(s) of the Access Control Subsystem. The following primitive is provided by the Access Control Subsystem to check if access is allowed:
statusInformation = -- success or errorIndication 
 
Process Incoming Request or Notification PDU
Dispatcher provides the following primitive to pass an incoming snmp pdu to an application. 
 
Generate Outgoing Request or Notification
statusInformation = -- sendPduHandle if success -- errorIndication if failure 
 
Generate Outgoing Response
The PDU Dispatcher provides the following primitive for an application to return an SNMP Response PDU to the PDU Dispatcher:
result = SUCCESS or FAILURE 
 
Prepare Data Elements from an Incoming SNMP Message
The Message Processing Subsystem provides this service primitive for preparing the abstract data elements from an incoming SNMP message: result = -- SUCCESS or errorIndication 
 
Prepare Outgoing SNMP Request or Notification Message
The Message Processing Subsystem provides this service primitive for preparing an outgoing SNMP Request or Notification Message 
 
Prepare an Outgoing SNMP Response Message
The Message Processing Subsystem provides this service primitive for preparing an outgoing SNMP Response Message: result = -- SUCCESS or FAILURE 
 
Process Incoming Response PDU
The PDU Dispatcher provides the following primitive to pass an incoming SNMP Response PDU to an application: 
 
success or errorIndication 
 
This is record SecuritySysGenerateRequestMsg. 
 
Generate a Response Message
The Security Subsystem provides the following primitive to generate a Response message: 
 
Release State Reference Information
All Subsystems which pass stateReference information also provide a primitive to release the memory that holds the referenced state information 
 
This is record unregisterContextEngineID. 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.