Class SoundDatum
Inheritance
System.Object
SoundDatum
Assembly: SensusAndroid.dll
Syntax
public class SoundDatum : Datum, ISoundDatum, IDatum
Constructors
SoundDatum(DateTimeOffset, Double)
Declaration
public SoundDatum(DateTimeOffset timestamp, double decibels)
Parameters
Type |
Name |
Description |
System.DateTimeOffset |
timestamp |
|
System.Double |
decibels |
|
Properties
Decibels
Declaration
[DoubleProbeTriggerProperty]
[Anonymizable]
public double Decibels { get; set; }
Property Value
Type |
Description |
System.Double |
|
DisplayDetail
Declaration
public override string DisplayDetail { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
StringPlaceholderValue
Gets the string placeholder value, which is the decibel level.
Declaration
public override object StringPlaceholderValue { get; }
Property Value
Type |
Description |
System.Object |
The string placeholder value.
|
Overrides
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements