Edit

Share via


AisManager.SendBroadcastMessage(UInt32, String) Method

Definition

Send an AIS broadcast message to the NMEA stream (output!) Some NMEA devices (in particular general-purpose displays) may pick up this information from the data stream and show the warning to the user.

public void SendBroadcastMessage (uint sourceMmsi, string text);
member this.SendBroadcastMessage : uint32 * string -> unit
Public Sub SendBroadcastMessage (sourceMmsi As UInteger, text As String)

Parameters

sourceMmsi
UInt32

The message source, can be 0

text
String

The text. Will be converted to 6-Bit-Ascii (e.g. only capital letters)

Applies to