uri_opener Struct Reference

A URI opener. More...

#include <open.h>


Data Fields

const char * scheme
 URI protocol name.
int(* open )(struct xfer_interface *xfer, struct uri *uri)
 Open URI.


Detailed Description

A URI opener.

Definition at line 47 of file open.h.


Field Documentation

const char* uri_opener::scheme

URI protocol name.

This is the "scheme" portion of the URI, e.g. "http" or "file".

Definition at line 53 of file open.h.

Referenced by xfer_open_uri().

int( * uri_opener::open)(struct xfer_interface *xfer, struct uri *uri)

Open URI.

Parameters:
xfer Data transfer interface
uri URI
Return values:
rc Return status code

Referenced by xfer_open_uri().


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

Generated on Tue Apr 6 20:02:10 2010 for gPXE by  doxygen 1.5.7.1