drmi ~master (2022-05-25T02:36:03.6230093)
Dub
Repo
RMIResponse
drmi
core
types
struct
RMIResponse {
uint
status
;
RMICall
call
;
ubyte
[]
data
;
}
Members
Variables
call
RMICall
call
;
data
ubyte
[]
data
;
status
uint
status
;
Meta
Source
See Implementation
drmi
core
types
structs
RMICall
RMIResponse