drmi ~master (2018-02-26T00:26:38Z)
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