drmi v0.12.1 (2018-02-26T00:26:38Z)
Dub
Repo
RMISkeleton
drmi
core
base
class
RMISkeleton :
RMICom
(
T
)
if
(
is
(
T
== interface)
) {
protected
T
server
;
protected
auto
sBuffer
;
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
sBuffer
auto
sBuffer
;
Undocumented in source.
server
T
server
;
Undocumented in source.
Inherited Members
From RMICom
process
RMIResponse
process
(RMICall call)
Meta
Source
See Implementation
drmi
core
base
classes
RMISkeleton
RMIStub
interfaces
RMICom
RMIStubCom