iPXE
Data Fields
interface_operation Struct Reference

An object interface operation. More...

#include <interface.h>

Data Fields

void * type
 Operation type. More...
 
void * func
 Implementing method. More...
 

Detailed Description

An object interface operation.

Definition at line 17 of file interface.h.

Field Documentation

◆ type

void* interface_operation::type

Operation type.

Definition at line 19 of file interface.h.

◆ func

void* interface_operation::func

Implementing method.

Definition at line 21 of file interface.h.

Referenced by intf_get_dest_op_untyped().


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