IrDAAddress Class

Represents an IrDA device address.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class IrDAAddress : IComparable, 
	IFormattable
Inheritance
Object    IrDAAddress
Implements
IComparable, IFormattable

Constructors

IrDAAddress(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.

Methods

Equals Compares two IrDAAddress instances for equality.
(Overrides ObjectEquals(Object))
GetHashCode Returns the hash code for this instance.
(Overrides ObjectGetHashCode)
GetType
(Inherited from Object)
Parse 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 ObjectToString)
ToString(String) Returns a String representation of the value of this IrDAAddress instance, according to the provided format specifier.
ToString(String, IFormatProvider) Returns a String representation of the value of this IrDAAddress instance, according to the provided format specifier.
TryParse Converts the string representation of an address to it's IrDAAddress equivalent. A return value indicates whether the operation succeeded.

Operators

Equality(IrDAAddress, IrDAAddress) Returns an indication whether the values of two specified IrDAAddress objects are equal.
Inequality(IrDAAddress, IrDAAddress) Returns an indication whether the values of two specified IrDAAddress objects are not equal.

Fields

None Provides a null IrDA address.

See Also