|
The Set Result syntax which is carried in the SET RESULT is defined as
follows:
SetResult ::= SEQUENCE { managedObjectClass ObjectClass OPTIONAL, managedObjectInstance ObjectInstance OPTIONAL, currentTime [5] IMPLICIT GeneralizedTime OPTIONAL, attributeList [6] IMPLICIT SET OF Attribute OPTIONAL, ... } Attribute ::= SEQUENCE { id CMIP-ATTRIBUTE.&id ({AttributeSet}), value CMIP-ATTRIBUTE.&Value ({AttributeSet} {@.id}) }
The attributeList consists of a set of Attribute each of which is
either an INTEGER or an OBJECT IDENTIFIER that identifies the type of
attribute (from the REGISTERED AS clause in the ATTRIBUTE template)
followed by a value the syntax of which is defined in the WITH ATTRIBUTE
SYNTAX of the related ATTRIBUTE template.
|