Interface IListeningProbe
Namespace: Sensus.Probes
Assembly: Sensus.Shared.NuGet.dll
Syntax
public interface IListeningProbe : IProbe
Properties
KeepDeviceAwake
Declaration
bool KeepDeviceAwake { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxDataStoresPerSecond
Declaration
Nullable<double> MaxDataStoresPerSecond { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |