RequestDeviceOptions Class

Specifies options to use when requesting access to a device.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class RequestDeviceOptions
Inheritance
Object    RequestDeviceOptions

Constructors

RequestDeviceOptionsInitializes a new instance of the RequestDeviceOptions class

Properties

AcceptAllDevices If set the request returns all available devices with no filters applied.
Filters Filters which define the services or attributes the remote device must support.
OptionalServices Additional services which are not required but the client will have access to.

Methods

Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToString
(Inherited from Object)

See Also