Annotation text (ASCII) datagram
The Annotation text datagram contains comment text that you have typed, for example "Dangerous wreck". It will also contain automatic annotations generated by the EK80. The datagram is inserted whenever a new annotation is generated automatically or manually. The type is TAG0.
Format
struct TextDatagram
  {
  DatagramHeader DgHeader;
  char Text[];
  };
Description
•  DatagramHeader DgHeader: This is the text (ASCII) datagram in use. The type is TAG0.
•  Text[]: This is the text entered in the annotation.
The text string is zero terminated. The size of the complete datagram depends on the annotation length.