FreeBSD kernel CAM code
smp_report_general_request Struct Reference

#include <smp_all.h>

Data Fields

uint8_t frame_type
 
uint8_t function
 
uint8_t response_len
 
uint8_t request_len
 
uint8_t crc [4]
 

Detailed Description

Definition at line 131 of file smp_all.h.

Field Documentation

◆ crc

uint8_t smp_report_general_request::crc[4]

Definition at line 137 of file smp_all.h.

◆ frame_type

uint8_t smp_report_general_request::frame_type

Definition at line 133 of file smp_all.h.

Referenced by smp_report_general().

◆ function

uint8_t smp_report_general_request::function

Definition at line 134 of file smp_all.h.

Referenced by smp_report_general().

◆ request_len

uint8_t smp_report_general_request::request_len

Definition at line 136 of file smp_all.h.

Referenced by smp_report_general().

◆ response_len

uint8_t smp_report_general_request::response_len

Definition at line 135 of file smp_all.h.

Referenced by smp_report_general().


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