dakka.base.remotes.messages

Undocumented in source.

Members

Enums

ActorMethodArgumentUsage
enum ActorMethodArgumentUsage
Undocumented in source.
DirectorCommunicationActions
enum DirectorCommunicationActions

Communication to director

Functions

askForActorInfo
void askForActorInfo(TCPConnection conn, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
askForActors
void askForActors(TCPConnection conn)

Creation and sending of messages

askForClassCreation
void askForClassCreation(TCPConnection conn, string uid, string identifier, string parent)
Undocumented in source. Be warned that the author may not have intended to support it.
askForClassDeletion
void askForClassDeletion(TCPConnection conn, string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
askToKill
void askToKill(TCPConnection conn, string identifier, bool success)
Undocumented in source. Be warned that the author may not have intended to support it.
classCallMethod
void classCallMethod(TCPConnection conn, string uid, string classInstanceIdentifier, string methodName, ubyte[] data, bool expects)
Undocumented in source. Be warned that the author may not have intended to support it.
classCallMethodReturn
void classCallMethodReturn(TCPConnection conn, string uid, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
classErroredReport
void classErroredReport(TCPConnection conn, string identifier, string identifier2, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
handleRequestOfClassCreation
void handleRequestOfClassCreation(TCPConnection conn, RemoteDirector director, ActorClassCreation data)
Undocumented in source. Be warned that the author may not have intended to support it.
listenForCommunications
void listenForCommunications(TCPConnection conn, RemoteDirector director)
Undocumented in source. Be warned that the author may not have intended to support it.
logActorsInfo
void logActorsInfo(ActorInformation info, string addr)
Undocumented in source. Be warned that the author may not have intended to support it.
readSome
ubyte[] readSome(TCPConnection stream, size_t amount)
Undocumented in source. Be warned that the author may not have intended to support it.
replyForActor
void replyForActor(TCPConnection conn, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
replyForActors
void replyForActors(TCPConnection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
utc0Time
ulong utc0Time()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ActorClassCreation
struct ActorClassCreation
Undocumented in source.
ActorClassCreationVerify
struct ActorClassCreationVerify
Undocumented in source.
ActorClassDestroyVerify
struct ActorClassDestroyVerify
Undocumented in source.
ActorError
struct ActorError
Undocumented in source.
ActorInformation
struct ActorInformation
Undocumented in source.
ActorMethod
struct ActorMethod
Undocumented in source.
ActorMethodArgument
struct ActorMethodArgument
Undocumented in source.
ActorMethodCall
struct ActorMethodCall
Undocumented in source.
ActorMethodReturn
struct ActorMethodReturn
Undocumented in source.
DakkaMessage
struct DakkaMessage
Undocumented in source.
ServerLagReply
struct ServerLagReply

Messages

Unions

RawConvTypes
union RawConvTypes(T)
Undocumented in source.

Meta