Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IJsonRpcSession.cs
2{
6 public interface IJsonRpcSession
7 {
11 string SessionId { get; }
12
17 void TransmitText(string Text);
18 }
19}
Interface for JSON-RPC session objects.
void TransmitText(string Text)
Is called when text has been transmitted.