In The Hand
IrDAAddress Constructor (address)
NamespacesInTheHand.NetIrDAAddressIrDAAddress(array<Byte>[]()[])
.NET Components for Mobility
Initializes a new instance of the IrDAAddress class with the specified address.
Declaration Syntax
C#Visual Basic
public IrDAAddress(
	byte[] address
)
Public Sub New ( _
	address As Byte() _
)
Parameters
address (array< Byte >[]()[])
Address as 4 byte array.
Exceptions
ExceptionCondition
ArgumentNullExceptionaddress was null.
ArgumentExceptionaddress was not a 4 byte array.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0