drmi v0.10.3 (2017-09-07T13:32:28Z)
Dub
Repo
RMICall
drmi
core
types
struct
RMICall {
string
caller
;
string
func
;
long
ts
;
ubyte
[]
data
;
}
Members
Variables
caller
string
caller
;
data
ubyte
[]
data
;
func
string
func
;
ts
long
ts
;
Meta
Source
See Implementation
drmi
core
types
structs
RMICall
RMIResponse