Represents an IrDA device address.
| C# | Visual Basic |
public class IrDAAddress : IComparable, IFormattable
Public Class IrDAAddress _ Implements IComparable, IFormattable
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| IrDAAddress(array<Byte>[]()[]) |
Initializes a new instance of the IrDAAddress class with the specified address.
| |
| IrDAAddress(Int32) |
Initializes a new instance of the IrDAAddress class with the specified address.
| |
| Equality(IrDAAddress, IrDAAddress) |
Returns an indication whether the values of two specified IrDAAddress objects are equal.
| |
| Equals(Object) |
Compares two IrDAAddress 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.) | |
| Inequality(IrDAAddress, IrDAAddress) |
Returns an indication whether the values of two specified BluetoothAddress objects are not equal.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| None |
Provides a null IrDA address.
| |
| Parse(String) |
Converts the string representation of an IrDA address to a new IrDAAddress instance.
| |
| ToByteArray()()() |
Returns the internal byte array.
| |
| ToInt32()()() |
Returns the IrDA address as an integer.
| |
| ToString()()() |
Converts the address to its equivalent string representation.
(Overrides Object.ToString()()().) | |
| ToString(String) |
Returns a String representation of the value of this IrDAAddress instance, according to the provided format specifier.
| |
| ToString(String, IFormatProvider) | ||
| TryParse(String, IrDAAddress%) |
Converts the string representation of an address to it's IrDAAddress equivalent.
A return value indicates whether the operation succeeded.
|
| Object | |
| IrDAAddress | |