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