Click or drag to resize

NmeaDecoder(IContainer) Constructor

Constructor.

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.28.8737.22596
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public NmeaDecoder(
	IContainer container
)

Parameters

container  IContainer
The IContainer that contains the Component. The components in a container are tracked in a first-in, first-out list, which also defines the order of the components within the container. The last component added is the last component in the list.
See Also