Nut/OS  5.0.5
API Reference
_MEDIATYPE Struct Reference

Media type entry structure. More...

#include <mediatypes.h>

Collaboration diagram for _MEDIATYPE:
[legend]

Public Member Functions

 ISC_LINK (MEDIA_TYPE_ENTRY) media_link
 Chain link.

Data Fields

char * media_type
 Name of this type.
char * media_subtype
 Sub-name of this type.
unsigned int media_flags
 Attribute flags.
MEDIATYPE_HANDLER media_handler
 handler function.
char media_ext [MEDIATYPE_EXT_MAXLEN+1]
 File name extension.

Detailed Description

Media type entry structure.


Member Function Documentation

_MEDIATYPE::ISC_LINK ( MEDIA_TYPE_ENTRY  )

Chain link.


Field Documentation

Name of this type.

Referenced by HttpSsiHandler(), ISC_LIST(), and MediaTypeHandlerBinary().

Sub-name of this type.

Referenced by HttpSsiHandler(), ISC_LIST(), and MediaTypeHandlerBinary().

Attribute flags.

Referenced by ISC_LIST().

char _MEDIATYPE::media_ext[MEDIATYPE_EXT_MAXLEN+1]

File name extension.

Referenced by ISC_LIST().


The documentation for this struct was generated from the following file: