iPXE
Data Fields
uri_opener Struct Reference

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...
 

Detailed Description

A URI opener.

Definition at line 47 of file open.h.

Field Documentation

◆ scheme

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

int( * uri_opener::open) (struct interface *intf, struct uri *uri)

Open URI.

Parameters
intfObject interface
uriURI
Return values
rcReturn status code

Definition at line 60 of file open.h.

Referenced by xfer_open_uri().


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