|
|
Description:
|
rtpArmAlarmAction OBJECT-TYPE
SYNTAX INTEGER {nothing(0), deleteSingle(1), deleteBeforeId(2), deleteBeforeTime(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Get requests will always return 'nothing'.
Setting this object to one of the specified actions has the
following effects:
deleteSingle: Deletes a single entry selected by its
current Id (rtpArmAlarmId) from the
alarm table. rtpArmAlarmType and
rtpArmAlarmTime should be set to zero
or to valid values (i.e. an existing OID).
deleteBeforeId: Deletes all entries within the specified
alarm type from the top of the alarm table
to the set current Id (rtpArmAlarmId)
from the alarm table.
rtpArmAlarmTime should be set to zero
or to a valid value (i.e. an existing OID).
deleteBeforeTime: Deletes all entries within the specified
alarm type from the top of the alarm table
to the set alarm time (rtpArmAlarmTime)
from the alarm table.
rtpArmAlarmId must be set to a valid value
(i.e. an existing OID).
Setting this object to 'nothing' has no effect."
|
|
|
|