Click or drag to resize

PkStatesListStateRemovePacket Method

Removes a given packet associated to this state's internal Packet list.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Sub RemovePacket ( 
	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