Format
A standard encapsulation scheme is used for all datagrams.
| long Length; |
| struct DatagramHeader |
| |
{ |
| |
long DatagramType; |
| |
struct { |
| |
|
long LowDateTime; |
| |
|
long HighDateTime; |
| |
} DateTime; |
| |
}; |
| - - |
| datagram content |
| - - |
| long Length; |
| }; |
Description
The MRU binary datagram encloses the KM binary datagram. KM Binary is a proprietary datagram format created by Kongsberg Maritime for general use.