#include <stdio.h>
#ifdef WIN32
#include "eoWin32PacketStream.h"
#endif
void PacketStreamExample()
{
printf("Example Program to show how a 'Generic Packet Stream' works \n");
#ifdef POSIX
#elif WIN32
#endif
printf("Read Version Ok; Connected to:\n");
}