kinetic-c  v0.12.0
Seagate Kinetic Protocol Client Library for C
Data Fields
bus_unpack_cb_res_t Struct Reference

#include <bus_types.h>

Data Fields

bool ok
 
union {
   struct {
      void *   msg
 
      int64_t   seq_id
 
   }   success
 
   struct {
      uintptr_t   opaque_error_id
 
   }   error
 
u
 

Detailed Description

Definition at line 135 of file bus_types.h.

Field Documentation

bool bus_unpack_cb_res_t::ok

Definition at line 136 of file bus_types.h.

void* bus_unpack_cb_res_t::msg

Definition at line 139 of file bus_types.h.

int64_t bus_unpack_cb_res_t::seq_id

Definition at line 140 of file bus_types.h.

struct { ... } bus_unpack_cb_res_t::success
uintptr_t bus_unpack_cb_res_t::opaque_error_id

Definition at line 143 of file bus_types.h.

struct { ... } bus_unpack_cb_res_t::error
union { ... } bus_unpack_cb_res_t::u

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