KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
maple_response_t Struct Reference

Maple response frame structure. More...

#include <dc/maple.h>

Data Fields

int8_t response
 Response.
 
uint8_t dst_addr
 Destination address.
 
uint8_t src_addr
 Source address.
 
uint8_t data_len
 Data length (in 32-bit words)
 
uint8_t data []
 Data (if any)
 

Detailed Description

Maple response frame structure.

This structure is used to deliver the actual response to a request placed. The data field is where all the interesting stuff will be.

Field Documentation

◆ data

uint8_t maple_response_t::data[]

Data (if any)

◆ data_len

uint8_t maple_response_t::data_len

Data length (in 32-bit words)

◆ dst_addr

uint8_t maple_response_t::dst_addr

Destination address.

◆ response

int8_t maple_response_t::response

Response.

◆ src_addr

uint8_t maple_response_t::src_addr

Source address.


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