FTAM/9000 Programmer's Guide

Chapter 3 71
HP FTAM/9000 Data Structures
Basic Data Types
Octet_string
struct Octet_string
{
Uint32 length;
Octet_pointer pointer; /* List of Octets */
};
The Octet_string is a widely used map.h structure containing the
following fields.
length Number of Octets in the pointer array.
pointer Pointer to a array of Octets.