Cisco Systems OL-1089-11 Network Hardware User Manual


 
xiv
Cisco Media Gateway Controller Software Release 9 Billing Interface Guide
OL-1089-11
Preface
Note Hexadecimal and integer fields in files can have different widths (number of characters) for column
alignment.
Table 3 Data Type Conventions
Data Type Definition Example
Integer A series of decimal digits from the set of 0 through 9 that
represents a positive integer. An integer can have one or
more leading zero digits (0) added to the left side to align
the columns. Leading zeros are always valid as long as
the number of digits is less than or equal to ten. Values of
this type have a range of 0 through 4294967295.
123
000123
4200000000
Signed
integer
This data type has the same basic format as the integer
but can be either positive or negative. When negative, it
is preceded by the sign character (–). As with the integer
data type, this data type can be as many as ten digits in
length, not including the sign character. The value of this
type has a range of –2147483647 through 2147483647.
123
–000123
–2100000000l
Hexadecimal A series of 16-based digits from the set of 0 through 9, a
through f, or A through F. The hexadecimal number can
have one or more leading zeros (0) added to the left side.
For all hexadecimal values, the maximum size is
0xffffffff (eight hexadecimal digits).
1f3
01f3000
Text A series of alphanumeric characters from the ASCII
character set, where defined. Tab, space, and double
quote (“ ”) characters cannot be used. Text can be as many
as 255 characters; however, it is recommended that you
limit the text to no more than 32 characters for
readability.
EntityID
LineSES_Threshold999
String A series of alphanumeric characters and white-space
characters. A string is surrounded by double quotes (“ ”).
Strings can be as many as 255 characters; however, it is
recommended that you limit the strings to no more than
80 characters for readability.
“This is a descriptive
string.”