Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ThingNavigationArgs.cs
3
5{
10 {
15 {
16 }
17
26 {
27 this.NodeId = Event.NodeId;
28 this.SourceId = Event.SourceId;
29 this.PartitionId = Event.PartitionId;
30 this.UserTokens = Event.UserTokens;
31 this.DeviceTokens = Event.DeviceTokens;
32 this.ServiceTokens = Event.ServiceTokens;
33 }
34
38 public string? NodeId { get; }
39
43 public string? PartitionId { get; }
44
48 public string? SourceId { get; }
49
53 public ProvisioningToken[]? UserTokens { get; }
54
59
64 }
65}
ThingNavigationArgs()
Base class for thing navigation arguments.
ThingNavigationArgs(ThingNotificationEvent Event, string FriendlyName, string RemoteFriendlyName)
Creates a new instance of the ThingNavigationArgs class.
ProvisioningNotificationEvent? Event
Notification event object.