ASN.1 example

x
 
1
 --
2
 -- Sample ASN.1 Code
3
 --
4
 MyModule DEFINITIONS ::=
5
 BEGIN
6
7
 MyTypes ::= SEQUENCE {
8
     myObjectId   OBJECT IDENTIFIER,
9
     mySeqOf      SEQUENCE OF MyInt,
10
     myBitString  BIT STRING {
11
                         muxToken(0),
12
                         modemToken(1)
13
                  }
14
 }
15
16
 MyInt ::= INTEGER (0..65535)
17
18
 END
19
        

Language: Abstract Syntax Notation One (ASN.1)

MIME types defined: text/x-ttcn-asn


The development of this mode has been sponsored by Ericsson .

Coded by Asmelash Tsegay Gebretsadkan