Show / Hide Table of Contents

Class BluetoothDevice

Represents Bluetooth Device information.

Inheritance
System.Object
BluetoothDevice
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.Blazor
Assembly: cs.temp.dll.dll
Syntax
public class BluetoothDevice

Properties

Address

The address of the device.

Declaration
public string Address { get; set; }
Property Value
Type Description
System.String

Authenticated

Whether the device is authenticated.

Declaration
public bool Authenticated { get; set; }
Property Value
Type Description
System.Boolean

Class

The class of the device.

Declaration
public int Class { get; set; }
Property Value
Type Description
System.Int32

Connected

Whether the device is connected.

Declaration
public bool Connected { get; set; }
Property Value
Type Description
System.Boolean

Name

The name of the device.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Remembered

Whether the device is remembered.

Declaration
public bool Remembered { get; set; }
Property Value
Type Description
System.Boolean
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com