Show / Hide Table of Contents

Struct NmeaTagBlockSentenceGrouping

Sentence grouping information from an NMEA tag block.

Namespace: Ais.Net
Assembly: Ais.Net.dll
Syntax
public struct NmeaTagBlockSentenceGrouping
Remarks

This is present on messages that have been fragmented.

Constructors

| Improve this Doc View Source

NmeaTagBlockSentenceGrouping(Int32, Int32, Int32)

Creates a NmeaTagBlockSentenceGrouping.

Declaration
public NmeaTagBlockSentenceGrouping(int sentenceNumber, int sentencesInGroup, int groupId)
Parameters
Type Name Description
System.Int32 sentenceNumber

The SentenceNumber property.

System.Int32 sentencesInGroup

The SentencesInGroup property.

System.Int32 groupId

The GroupId property.

Properties

| Improve this Doc View Source

GroupId

Gets the sentence group id.

Declaration
public int GroupId { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SentenceNumber

Gets the 1-based number of this sentence within the group.

Declaration
public int SentenceNumber { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SentencesInGroup

Gets the total number of sentences in this group.

Declaration
public int SentencesInGroup { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX