iPXE
|
A URI opener. More...
#include <open.h>
Data Fields | |
const char * | scheme |
URI protocol name. More... | |
int(* | open )(struct interface *intf, struct uri *uri) |
Open URI. More... | |
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_uri_opener().
Open URI.
intf | Object interface |
uri | URI |
rc | Return status code |
Definition at line 60 of file open.h.
Referenced by xfer_open_uri().