Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DefaultFeatures.cs
1
using
System;
2
3
namespace
Waher.Service.IoTBroker.PubSub
4
{
8
public
class
DefaultFeatures
9
{
13
public
bool
AutoCreate
14
{
15
get
;
16
set
;
17
}
18
22
public
bool
AutoSubscribe
23
{
24
get
;
25
set
;
26
}
27
}
28
}
Waher.Service.IoTBroker.PubSub.DefaultFeatures
Default features for a service.
Definition:
DefaultFeatures.cs:9
Waher.Service.IoTBroker.PubSub.DefaultFeatures.AutoSubscribe
bool AutoSubscribe
If auto-subscribe of nodes is permitted.
Definition:
DefaultFeatures.cs:23
Waher.Service.IoTBroker.PubSub.DefaultFeatures.AutoCreate
bool AutoCreate
If auto-creation of nodes is permitted.
Definition:
DefaultFeatures.cs:14
Waher.Service.IoTBroker.PubSub
Definition:
DefaultFeatures.cs:4
Waher.Service.IoTBroker
PubSub
DefaultFeatures.cs
Generated by
1.9.5