mbx_get_common_fw_version
struct mbx_get_common_fw_version *fwcmd;
fwcmd = (struct mbx_get_common_fw_version *)&mbx.payload;
sizeof(struct mbx_get_common_fw_version),
mbx.payload_length = sizeof(struct mbx_get_common_fw_version);
struct mbx_get_common_fw_version *fwcmd;
fwcmd = (struct mbx_get_common_fw_version *)&mbx->payload;
sizeof(struct mbx_get_common_fw_version),
mbx->payload_length = sizeof(struct mbx_get_common_fw_version);