The Action Result syntax which is carried in the ACTION
RESULT is
defined as follows:
ActionResult ::= SEQUENCE { managedObjectClass ObjectClass OPTIONAL, managedObjectInstance ObjectInstance OPTIONAL, currentTime [5] IMPLICIT GeneralizedTime OPTIONAL, actionReply [6] IMPLICIT ActionReply OPTIONAL, ... } ActionReply ::= SEQUENCE { actionType CMIP-ACTION.&id ({ActionSet}), actionReplyInfo [4] CMIP-ACTION.&Value ({ActionSet} {@.actionType}) }
The ActionReply consists of an actionType which is either an INTEGER or
an OBJECT IDENTIFIER that identifies the type of ACTION (from the
REGISTERED AS clause in the ACTION template) followed by an actionReplyInfo which
is defined in the REPLY SYNTAX of the related ACTION template.
|