Enum ManoeuvreIndicator
Indicates whether a vessel is engaged in a special manoeuvre.
Namespace: Ais.Net
Assembly: Ais.Net.dll
Syntax
public enum ManoeuvreIndicator : int
Fields
| Name | Description |
|---|---|
| NoSpecialManoeuvre | Vessel not engaged in a special manoeuvre. |
| NotAvailable | Information not available. |
| NotDefinedBySpec | A value that doesn't seem to have a defined purpose, but crops up in real anyway. |
| SpecialManoeuvre | Vessel engaged in a special manoeuvre (e.g., a regional passing arrangement). |