2.2.1.11 eTableEntryAction
The eTableEntryAction enumeration represents a write action to an entry in a table. An eTableEntryAction is represented by a 32-bit unsigned integer. The eTableEntryAction enumeration MUST be set to one of the following values.
Value |
Description |
---|---|
eACTION_ADD 0x00000001 |
Add an entry to the table. |
eACTION_UPDATE 0x00000002 |
Update an existing entry in the table. |
eACTION_REMOVE 0x00000003 |
Remove an entry from the table. |