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.
| |
| 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 | ||
| Inequality(BluetoothAddress, BluetoothAddress) |
Returns an indication whether the values of two specified BluetoothAddress objects are not equal.
| |
| Liac | ||
| 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 internal 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) | ||
| TryParse(String, BluetoothAddress%) |
Converts the string representation of an address to it's BluetoothAddress equivalent.
A return value indicates whether the operation succeeded.
|
| Object | |
| BluetoothAddress | |