Class WlanDatum
Inheritance
System.Object
WlanDatum
Assembly: SensusAndroid.dll
Syntax
public class WlanDatum : Datum, IWlanDatum, IDatum
Constructors
WlanDatum(DateTimeOffset, String)
Declaration
public WlanDatum(DateTimeOffset timestamp, string accessPointBSSID)
Parameters
Type |
Name |
Description |
System.DateTimeOffset |
timestamp |
|
System.String |
accessPointBSSID |
|
Properties
AccessPointBSSID
Declaration
[StringProbeTriggerProperty("Wireless Access Point")]
[Anonymizable]
public string AccessPointBSSID { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayDetail
Declaration
public override string DisplayDetail { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
StringPlaceholderValue
Gets the string placeholder value, which is the WLAN BSSID.
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