API

Undocumented in source.

Members

Functions

emitIgnoredEvent
void emitIgnoredEvent()

emit a event on the server which is not emitted to clients

getCounter
int getCounter()
getStruct
TestStruct getStruct()

Test return values, parameters, overloading

ignoredFunction
int ignoredFunction()
Undocumented in source. Be warned that the author may not have intended to support it.
remoteException
void remoteException()

Throw

request1
void request1()
int request1(int a)
request2
int request2(int[] a)
int request2(TestStruct s)

Test return values, parameters, overloading

startEvents
void startEvents()
Undocumented in source.
stopEvents
void stopEvents()
Undocumented in source.
stopServer
void stopServer()

stop the server

stopServerException
void stopServerException()

stop the server and exception

testEvents
void testEvents()

Call all events

Variables

counterEvent
Event!() counterEvent;

This event is emitted from a free-running counter

ignoredEvent
Event!() ignoredEvent;
Undocumented in source.
intEvent
Event!(int) intEvent;
Undocumented in source.
twoEvent
Event!(int, int) twoEvent;
Undocumented in source.
voidEvent
Event!() voidEvent;

Test events

Meta