Class BluetoothCharacteristicReadArgs
Inheritance
System.Object
BluetoothCharacteristicReadArgs
Assembly: SensusAndroid.dll
Syntax
public class BluetoothCharacteristicReadArgs : EventArgs
Constructors
BluetoothCharacteristicReadArgs(String, DateTimeOffset)
Declaration
public BluetoothCharacteristicReadArgs(string value, DateTimeOffset timestamp)
Parameters
Type |
Name |
Description |
System.String |
value |
|
System.DateTimeOffset |
timestamp |
|
Properties
Timestamp
Declaration
public DateTimeOffset Timestamp { get; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
Value
Declaration
public string Value { get; }
Property Value
Type |
Description |
System.String |
|