PowerBlocks SDK
 
Loading...
Searching...
No Matches
ipc_message Struct Reference

Public Attributes

int command
 
int returned
 
int file_handle
 
union { 
 
   struct { 
 
      const char *   path 
 
      int   mode 
 
   }   open 
 
   struct { 
 
      void *   address 
 
      int   size 
 
   }   read 
 
   struct { 
 
      void *   address 
 
      int   size 
 
   }   write 
 
   struct { 
 
      int   where 
 
      int   whence 
 
   }   seek 
 
   struct { 
 
      int   ioctl 
 
      void *   address_in 
 
      int   size_in 
 
      void *   address_io 
 
      int   size_io 
 
   }   ioctl 
 
   struct { 
 
      int   ioctl 
 
      int   argcin 
 
      int   argcio 
 
      void *   pairs 
 
   }   ioctlv 
 
   uint32_t   args [5] 
 
};  
 
uint32_t magic
 
ipc_async_handler_t response_handler
 
void * params
 

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