OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Modulepars   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test cases  

Module LibCommon_DataStrings


Groups:

Data Types Summary
Bit1
Bit3
Bit16
Bit48
Bit64
Bit128
Oct2
Oct4
Oct16
ListOfInt

Details

Bit1
type bitstring    Bit1     length(1);

Declared in group bitStringSubTypes

Bit3
type bitstring    Bit3     length(3);

Declared in group bitStringSubTypes

Bit16
type bitstring    Bit16     length(16);

Declared in group bitStringSubTypes

Bit48
type bitstring    Bit48     length(48);

Declared in group bitStringSubTypes

Bit64
type bitstring    Bit64     length(64);

Declared in group bitStringSubTypes

Bit128
type bitstring    Bit128     length(128);

Declared in group bitStringSubTypes

Oct2
type octetstring    Oct2     length(2);

Declared in group octetStringSubTypes

Oct4
type octetstring    Oct4     length(4);

Declared in group octetStringSubTypes

Oct16
type octetstring    Oct16     length(16);

Declared in group octetStringSubTypes

ListOfInt
type record of integer ListOfInt

Declared in group genericTypes