Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MESSAGE OUT data structure. See Section 3.5 in UCSI spec version 1.2.
Syntax
typedef union _UCSI_MESSAGE_OUT {
UINT8 AsBuffer[UCSI_MAX_DATA_LENGTH];
} UCSI_MESSAGE_OUT, *PUCSI_MESSAGE_OUT;
Members
AsBuffer[UCSI_MAX_DATA_LENGTH]
Requirements
Requirement | Value |
---|---|
Minimum KMDF version | 1.27 |
Minimum UMDF version | N/A |
Header | ucmucsispec.h (include UcmUcsiCx.h) |