Edit

Share via


AisManager.GetTarget(UInt32) Method

Definition

Gets the target with the given MMSI

public Iot.Device.Nmea0183.Ais.AisTarget? GetTarget (uint mmsi);
member this.GetTarget : uint32 -> Iot.Device.Nmea0183.Ais.AisTarget
Public Function GetTarget (mmsi As UInteger) As AisTarget

Parameters

mmsi
UInt32

The MMSI to search

Returns

The given target or null if it was not found.

Applies to