drmi v0.4.3 (2017-08-06T19:35:08Z)
Dub
Repo
RMIResponse
drmi
types
struct
RMIResponse {
uint
status
;
RMICall
call
;
Json
data
;
}
Members
Variables
call
RMICall
call
;
data
Json
data
;
status
uint
status
;
Meta
Source
See Implementation
drmi
types
functions
rmiEmptyArrayData
structs
RMICall
RMIResponse