SingingCat 0
application
Data Fields
networkif Struct Reference

Data Fields

int(* busy )(struct network_context *nc)
 
void(* info )(struct network_context *nc)
 
int(* init )(struct network_context *nc)
 
int(* loop )(struct network_context *nc)
 
int(* probe )(struct network_context *nc)
 
int(* stop )(struct network_context *nc)
 
int(* transmit )(struct network_context *nc, const uint8_t *buf, uint16_t size)
 

Detailed Description

Definition at line 26 of file networkif.h.

Field Documentation

◆ busy

int(* busy) (struct network_context *nc)

Definition at line 33 of file networkif.h.

◆ info

void(* info) (struct network_context *nc)

Definition at line 32 of file networkif.h.

◆ init

int(* init) (struct network_context *nc)

Definition at line 28 of file networkif.h.

◆ loop

int(* loop) (struct network_context *nc)

Definition at line 29 of file networkif.h.

◆ probe

int(* probe) (struct network_context *nc)

Definition at line 27 of file networkif.h.

◆ stop

int(* stop) (struct network_context *nc)

Definition at line 31 of file networkif.h.

◆ transmit

int(* transmit) (struct network_context *nc, const uint8_t *buf, uint16_t size)

Definition at line 30 of file networkif.h.


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