Structure CCHeader¶
This structure provides information on the header structure for the PLC configuration which has been loaded on the target system. It can be accessed by function CfgCCGetHeader.
The components:
Variable | Data Type | Description |
---|---|---|
szTag | STRING(10) | zero-terminated STRING “CommConf” |
cByteOrder | BYTE | The file data are in Intel (‘I’) or Motorola format (‘M’) |
ulSize | UDINT | Size of the following data |
lVersion | UDINT | Version number of the file |