Takes a type-0x22 output buffer, returns 2 output u16s.
+
+
Validates that the [[#GetRole|role]] is value 0x2, then copies data from state into the output buffer. The first output u16 is the size used for the memcpy, the second u16 is the original size from state.
+
+
=== Cmd281 ===
+
Takes a type-0x22 output buffer, returns 2 output u16s.
+
+
This is identical to Cmd280 except this doesn't run the role validation.
=== GetGroupInfo ===
=== GetGroupInfo ===
Takes a type-0x32 output buffer containing a [[#GroupInfo]].
Takes a type-0x32 output buffer containing a [[#GroupInfo]].
+
+
Validates that the [[#GetRole|role]] is non-zero, then copies the struct from state into the output buffer.