Show / Hide Table of Contents

    Class BluetoothCharacteristicReadArgs

    Inheritance
    System.Object
    BluetoothCharacteristicReadArgs
    Namespace: Sensus.Probes.Context
    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
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX