neton ~master (2022-02-04T03:14:33.7569753)
Dub
Repo
NodeClient
neton
network
NodeClient
Undocumented in source.
class
NodeClient :
MessageTransfer
{
this
(ulong srcID, ulong dstID);
void
connect
(string host, int port, AsyncConnectHandler handler);
void
write
(Message msg);
void
close
();
}
Constructors
this
this
(ulong srcID, ulong dstID)
Members
Functions
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void
connect
(string host, int port, AsyncConnectHandler handler)
write
void
write
(Message msg)
Inherited Members
From MessageTransfer
write
void
write
(Message msg)
Undocumented in source.
close
void
close
()
Undocumented in source.
Meta
Source
See Implementation
neton
network
NodeClient
aliases
AsyncConnectHandler
classes
NodeClient