ReactOS 0.4.15-dev-7924-g5949c20
_SMB_REQUEST Struct Reference

#include <smbus.h>

Public Attributes

UCHAR Status
 
UCHAR Protocol
 
UCHAR Address
 
UCHAR Command
 
UCHAR BlockLength
 
UCHAR Data [SMB_MAX_DATA_SIZE]
 

Detailed Description

Definition at line 76 of file smbus.h.

Member Data Documentation

◆ Address

UCHAR _SMB_REQUEST::Address

Definition at line 79 of file smbus.h.

◆ BlockLength

UCHAR _SMB_REQUEST::BlockLength

Definition at line 81 of file smbus.h.

◆ Command

UCHAR _SMB_REQUEST::Command

Definition at line 80 of file smbus.h.

◆ Data

UCHAR _SMB_REQUEST::Data[SMB_MAX_DATA_SIZE]

Definition at line 82 of file smbus.h.

◆ Protocol

UCHAR _SMB_REQUEST::Protocol

Definition at line 78 of file smbus.h.

◆ Status

UCHAR _SMB_REQUEST::Status

Definition at line 77 of file smbus.h.


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