In The Hand
BluetoothPublicFactory Class
NamespacesInTheHand.Net.BluetoothBluetoothPublicFactory
.NET Components for Mobility
Provides the means to create Bluetooth classes on the one selected Bluetooth stack where multiple are loaded in the same process.
Declaration Syntax
C#Visual Basic
public sealed class BluetoothPublicFactory
Public NotInheritable Class BluetoothPublicFactory
Members
All MembersMethodsProperties



IconMemberDescription
BluetoothSecurity
CreateBluetoothClient()()()
CreateBluetoothClient(BluetoothEndPoint)
CreateBluetoothDeviceInfo(BluetoothAddress)
CreateBluetoothListener(Guid)
CreateBluetoothListener(BluetoothAddress, Guid)
CreateBluetoothListener(BluetoothEndPoint)
CreateBluetoothListener(Guid, array<Byte>[]()[], Int32)
CreateBluetoothListener(BluetoothAddress, Guid, array<Byte>[]()[], Int32)
CreateBluetoothListener(BluetoothEndPoint, array<Byte>[]()[], Int32)
CreateBluetoothListener(Guid, ServiceRecord)
CreateBluetoothListener(BluetoothAddress, Guid, ServiceRecord)
CreateBluetoothListener(BluetoothEndPoint, ServiceRecord)
CreateObexListener()()()
CreateObexWebRequest(Uri)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
when

When calling new BluetoothClient(), new BluetoothListener(), etc when multiple Bluetooth stacks are loaded at the same time then the instance is created on the primary stack. This class allows the application to select which stack the instance is created on. Access this class via property StackFactory.

Inheritance Hierarchy
Object
BluetoothPublicFactory

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0