ET_SnmpRequest

Overview

Type:

Enumeration

Available as of:

V1.0.0.0

Description

The enumeration ET_SnmpRequest defines the types of requests (Protocol Data Units - PDUs) that can be executed by the function block FB_SnmpManager using i_etRequest.

Enumeration Elements

Name

Data type

Value

Description

NoCommand

BYTE

0

No type of request is defined.

Initial state and default value.

GetRequest

BYTE

1

GET requests ask an agent for the value referenced by the OID.

SetRequest

BYTE

4

SET requests set a value referenced by the OID on an agent.

Used By

  • FB_SnmpManager