z/OS Communications Server: CMIP Services and Topology Agent Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


How an application program sends an ENUMERATED value to CMIP services

z/OS Communications Server: CMIP Services and Topology Agent Guide
SC27-3646-00

An ENUMERATED can be formatted and sent to CMIP services in the following forms:

Read syntax diagramSkip visual syntax diagram
>>-+-------+--+-enumeration-----+------------------------------><
   '-label-'  |       (1)       |   
              +-value-----------+   
              |          (1)    |   
              +-variable--------+   
              '-<--hex value-->-'   

Notes:
  1. Values and variables specified in this position must resolve to an ENUMERATED value.
The following example shows how the ASN.1 syntax might define an ENUMERATED value.
X ::= ENUMERATED  {
     val1 (0),
     val2 (1),
     val3 (2)
     }
 
Values for X would be:
      val1
      val3

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014