OpenBIC
OpenSource Bridge-IC
_pldm_msg Struct Reference

#include <pldm.h>

Collaboration diagram for _pldm_msg:

Public Attributes

pldm_hdr hdr
 
uint8_t * buf
 
uint16_t len
 
mctp_ext_params ext_params
 
void(* recv_resp_cb_fn )(void *, uint8_t *, uint16_t)
 
void * recv_resp_cb_args
 
uint16_t timeout_ms
 
void(* timeout_cb_fn )(void *)
 
void * timeout_cb_fn_args
 

Member Data Documentation

◆ buf

uint8_t* _pldm_msg::buf

◆ ext_params

mctp_ext_params _pldm_msg::ext_params

◆ hdr

pldm_hdr _pldm_msg::hdr

◆ len

uint16_t _pldm_msg::len

◆ recv_resp_cb_args

void* _pldm_msg::recv_resp_cb_args

◆ recv_resp_cb_fn

void(* _pldm_msg::recv_resp_cb_fn) (void *, uint8_t *, uint16_t)

◆ timeout_cb_fn

void(* _pldm_msg::timeout_cb_fn) (void *)

◆ timeout_cb_fn_args

void* _pldm_msg::timeout_cb_fn_args

◆ timeout_ms

uint16_t _pldm_msg::timeout_ms

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