Represents the method that will handle a packet (Loconet message) receive event.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 1.3.3371.40749 (1.3.0.0)

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(False)> _
Public Delegate Sub RxPacketHandler ( _
	objPacket As Packet _
)

Parameters

objPacket
Type: RRAutoLib.Loconet..::.Packet
The Packet received from Loconet.

See Also