Click or drag to resize

PkStatesListStateAddPacket Method

Adds a packet to this state's internal Packet list.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Sub AddPacket ( 
	objPacket As Packet
)

Parameters

objPacket
Type: RRAutoLib.LoconetPacket
Remarks
Packets associated to this state are transmitted to the Loconet network when this state is active.
See Also