drmi v0.10.3 (2017-09-07T13:32:28Z)
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