Vai all indice del manuale di programmazione
Tipo:
Definizione
Libreria LogicLab:
eLLabSNMPLib
Libreria Codesys:
Non disponibile
Variabile USINT definizione tipo di pacchetto PDU gestito dalla FB SNMPManager.
| Define | Description |
|---|---|
| GETRQ | GetRequest: This PDU is sent from a management station to the agent and is used to retrieve the values of object instances whose OIDs are contained in the PDU. |
| GETNEXTRQ | GetNextRequest: This PDU is sent from a management station to the agent and is used to retrieve the values of the object instances whose OIDs are lexicographically next to that of the OID contained in the PDU. |
| GETRESP | GetResponse: This PDU is sent from the agent to the management station in response to a GetRequest PDU, GetNextRequest PDU, or a SetRequest PDU and contains the values of object instances. The get, getnext, and set operations use this PDU. |
| SETRQ | SetRequest: This PDU is sent from a management station to the agent and is used to set the values of object instances whose OIDs and value are contained in the PDU. |