Represents a Bluetooth device address.
| C# | Visual Basic |
public sealed class BluetoothAddress : IComparable, IFormattable
Public NotInheritable Class BluetoothAddress _ Implements IComparable, IFormattable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| BluetoothAddress(Int64) |
Initializes a new instance of the BluetoothAddress class with the specified address.
| |
| BluetoothAddress(array<Byte>[]()[]) |
Initializes a new instance of the BluetoothAddress class with the specified address.
| |
| Clone()()() |
Creates a copy of the BluetoothAddress.
| |
| Equality(BluetoothAddress, BluetoothAddress) |
Returns an indication whether the values of two specified BluetoothAddress objects are equal. New in v1.5 | |
| Equals(Object) |
Compares two BluetoothAddress instances for equality.
(Overrides Object.Equals(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()()() |
Returns the hash code for this instance.
(Overrides Object.GetHashCode()()().) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Giac |
General Inquire Access Code.
The default inquiry code which is used to discover all devices in range.
| |
| Inequality(BluetoothAddress, BluetoothAddress) |
Returns an indication whether the values of two specified BluetoothAddress objects are not equal.
| |
| Liac |
Limited Inquiry Access Code.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Nap |
Non-significant address part.
| |
| None |
Provides a null Bluetooth address.
| |
| Parse(String) |
Converts the string representation of a Bluetooth address to a new BluetoothAddress instance.
| |
| Sap |
Significant address part.
| |
| ToByteArray()()() |
Returns the value as a byte array.
| |
| ToInt64()()() |
Returns the Bluetooth address as a long integer.
| |
| ToString()()() |
Converts the address to its equivalent string representation.
(Overrides Object.ToString()()().) | |
| ToString(String) |
Returns a String representation of the value of this BluetoothAddress instance, according to the provided format specifier.
| |
| ToString(String, IFormatProvider) |
Returns a String representation of the value of this
BluetoothAddress instance, according to the provided format specifier.
| |
| TryParse(String, BluetoothAddress%) |
Converts the string representation of an address to it's BluetoothAddress equivalent.
A return value indicates whether the operation succeeded.
|
The BluetoothAddress class contains the address of a bluetooth device.
| Object | |
| BluetoothAddress | |