CommonBluetoothClient Class |
Inheritance Hierarchy
Namespace:
InTheHand.Net.Bluetooth.Factory
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic abstract class CommonBluetoothClient : CommonDiscoveryBluetoothClient
The CommonBluetoothClient type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | AfterConnectAttempt | |
 | BeforeConnectAttempt | |
 | BeginConnect | (Overrides CommonDiscoveryBluetoothClientBeginConnect(BluetoothEndPoint, AsyncCallback, Object).) |
 | BeginDiscoverDevices(Int32, Boolean, Boolean, Boolean, Boolean, AsyncCallback, Object) | (Inherited from CommonDiscoveryBluetoothClient.) |
 | BeginDiscoverDevices(Int32, Boolean, Boolean, Boolean, Boolean, AsyncCallback, Object, BluetoothClientLiveDiscoveryCallback, Object) | (Inherited from CommonDiscoveryBluetoothClient.) |
 | BeginInquiry | (Inherited from CommonDiscoveryBluetoothClient.) |
 | BeginServiceDiscovery | |
 | Connect | (Overrides CommonDiscoveryBluetoothClientConnect(BluetoothEndPoint).) |
 | DiscoverDevices | (Inherited from CommonDiscoveryBluetoothClient.) |
 | Dispose | (Inherited from CommonDiscoveryBluetoothClient.) |
 | Dispose(Boolean) | (Overrides CommonDiscoveryBluetoothClientDispose(Boolean).) |
 | EndConnect | (Overrides CommonDiscoveryBluetoothClientEndConnect(IAsyncResult).) |
 | EndDiscoverDevices | (Inherited from CommonDiscoveryBluetoothClient.) |
 | EndInquiry | (Inherited from CommonDiscoveryBluetoothClient.) |
 | EndServiceDiscovery | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetKnownRemoteDeviceEntries | (Inherited from CommonDiscoveryBluetoothClient.) |
 | GetRemoteMachineName | (Overrides CommonDiscoveryBluetoothClientGetRemoteMachineName(BluetoothAddress).) |
 | GetStream | (Overrides CommonDiscoveryBluetoothClientGetStream.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | SetPin(String) | (Inherited from CommonDiscoveryBluetoothClient.) |
 | SetPin(BluetoothAddress, String) | (Inherited from CommonDiscoveryBluetoothClient.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also