MISB 0903 Converter Library  Version 2.0.7
Using STD0903 Converter to decode a data buffer that contains a VMTI packet (C#).

This is an example of STD0903 Converter usage for VMTI data decoding. This code snippet demonstrates how to decode a data buffer with the VMTI information into a VMTI_PacketWr object.


There is a very handy helper function that lets you easily convert VMTI packet to JSON (for presentation or processing purpose).

// Get Json
var jsonPckt = conv.VmtiPacketToJson(pckt, true);

For the complete sample source please see Sample Code - MISB 0903 Converter Demo Application (C#)

Untitled 1




 Copyright 2018,    IMPLEOTV SYSTEMS LTD