You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dorian Stoll edited this page Jan 7, 2020
·
6 revisions
Commands are events that get sent from the host to the ME,
requesting an action or a response from it. They will consist of the 4 byte
command code, and 320 bytes of payload.
structipts_command {
u32code;
u8data[320];
};
If the full 320 bytes are not used for the payload, they should be filled with
zeroes instead.