Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SchemaEventArgs.cs
2
4{
9 {
10 private readonly byte[] schema;
11
18 : base(e)
19 {
20 this.schema = Schema;
21 }
22
26 public byte[] Schema => this.schema;
27 }
28}
SchemaEventArgs(IqResultEventArgs e, byte[] Schema)
Event arguments for schema responses
Event arguments for responses to IQ queries.