The type of object in the stream coming from the data server.
When a version 2.x or greater DODS data server sends an object, it uses the Content-Description header of the response to indicate the type of object contained in the response. During the parse of the header a member of Connect is set to one of these values so that other mfuncs can tell the type of object without parsing the stream themselves. \begin{verbatim} enum ObjectType { unknown_type, dods_das, dods_dds, dods_data, dods_error, web_error }; \end{verbatim}
alphabetic index hierarchy of classes
generated by doc++