SingingCat 0
application
|
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) |
Definition at line 26 of file networkif.h.
int(* busy) (struct network_context *nc) |
Definition at line 33 of file networkif.h.
void(* info) (struct network_context *nc) |
Definition at line 32 of file networkif.h.
int(* init) (struct network_context *nc) |
Definition at line 28 of file networkif.h.
int(* loop) (struct network_context *nc) |
Definition at line 29 of file networkif.h.
int(* probe) (struct network_context *nc) |
Definition at line 27 of file networkif.h.
int(* stop) (struct network_context *nc) |
Definition at line 31 of file networkif.h.
int(* transmit) (struct network_context *nc, const uint8_t *buf, uint16_t size) |
Definition at line 30 of file networkif.h.