debuggercdi/com.nokia.carbide.trk.support/Native/GetTRKVersion/GetTRKVersion.h
author bkirk
Sat, 18 Sep 2010 16:18:58 -0700
changeset 2054 deb27f632e39
parent 1115 f2b4c39f3e7b
permissions -rw-r--r--
should be using JavaSE-1.6 VM, and .classpath, codegen.targetPlatform, compliance and source should also all be 1.6

#include "stdafx.h"

__declspec(dllexport)
DWORD GetTRKVersion(const char* inPortName, int baudIndex, int dataBits, int parity, int stopBits, int flowControl, long version[4]);