RetroArch
Public Attributes | List of all members
apimsg_msg Struct Reference

#include <api_msg.h>

Collaboration diagram for apimsg_msg:
[legend]

Public Attributes

struct netconnconn
 
enum netconn_type type
 
union {
   struct pbuf *   p
 
   struct {
      struct ip_addr *   ipaddr
 
      u16   port
 
   }   bc
 
   struct {
      void *   dataptr
 
      u32   len
 
      u8   copy
 
   }   w
 
   sys_mbox   mbox
 
   u16   len
 
msg
 

Member Data Documentation

◆ bc

struct { ... } apimsg_msg::bc

◆ conn

struct netconn* apimsg_msg::conn

◆ copy

u8 apimsg_msg::copy

◆ dataptr

void* apimsg_msg::dataptr

◆ ipaddr

struct ip_addr* apimsg_msg::ipaddr

◆ len [1/2]

u32 apimsg_msg::len

◆ len [2/2]

u16 apimsg_msg::len

◆ mbox

sys_mbox apimsg_msg::mbox

◆ msg

union { ... } apimsg_msg::msg

◆ p

struct pbuf* apimsg_msg::p

◆ port

u16 apimsg_msg::port

◆ type

enum netconn_type apimsg_msg::type

◆ w

struct { ... } apimsg_msg::w

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