IrDAAddress(Int32) Constructor

Initializes a new instance of the IrDAAddress class with the specified address.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public IrDAAddress(
	int address
)

Parameters

address  Int32
Int32 representation of the address.

See Also