drmi v0.3.0 (2017-06-13T11:42:37Z)
Dub
Repo
RMISkeleton
drmi
class
RMISkeleton :
RMICom
(
T
)
if
(
is
(
T
== interface)
) {
protected
T
server
;
this
(T server);
RMIResponse
process
(RMICall call);
}
Constructors
this
this
(T server)
Members
Functions
process
RMIResponse
process
(RMICall call)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
server
T
server
;
Undocumented in source.
Inherited Members
From RMICom
process
RMIResponse
process
(RMICall call)
Meta
Source
See Implementation
drmi
modules
mqtt
aliases
RMIData
classes
RMIException
RMISkeleton
RMIStub
RMITimeoutException
functions
as
deserialize
rmiEmptyArrayData
serialize
interfaces
RMICom
RMIStubCom
structs
RMICall
RMIResponse