Technical Documentation “Instreamer “ - V4.03 - 24th October 2013
<id> Type Description
7 Byte (integer) Bootloader Version Major
8 Byte (integer) Bootloader Version Minor
9 Function Prints the version out of a standard version file in a *.cob application
3. [par]: name of the version file
4. [par]: 1 for major version number (byte), 0 for minor version number (byte)
10 Byte (integer) year of the firmware build (only decade)
11 Byte (integer) month of the firmware build
12 Byte (integer) day of the firmware build
13 Byte (integer) Song Major
14 Byte (Integer) Song Minor
15 Byte (integer) XT Major
16 Byte (integer) XT Minor
See chapter 2.11 Setup for the addresses of the configuration parameters.
Names for the form elements
• If the value is an integer the first character is a B.
• If the value is a Netmask the first character is an N.
• If the value is a string the first character is an S.
• If the value is a long (4 byte) the first character is a D.
• If the value is a signed byte the character is a c.
• if the value is a word the character is a W.
The following decimal value in the name is the address of the configuration parameter (see 2.11 Setup).
To set a bit in a configuration parameter (ex. Mediaconfig) add the character b followed by the number of the bit (ex. 7 for the 8. bit in the byte) starting
at 0.
To define the byte of the Netmask add the character B followed by the byte number (see <id> 2 in the table above).
Examples of names
• B0 first (left) byte of the configuration parameter 'own IP address'
• B1 second byte of the configuration parameter 'own IP address'
• N8B0 first (left) byte of the Netmask
32 Software Application Interface Software Application Interface 32
Comentários a estes Manuais