EasyManuals Logo

Lumantek WEIVER 2.0 User Manual

Lumantek WEIVER 2.0
140 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #114 background imageLoading...
Page #114 background image
WEIVER 2.0 Manual
Weiver 2.0
/ Operations Manual
114
CWinApp theApp;
using namespace std;
const unsigned short u2_WeiverPlayerPort = WEIVER_PLAYER_API_RX_PORT;
const unsigned short u2_RecvPortFromWeiverPlayer = 50000;
const char s1a_WeiverPlayerIP[] = "192.168.100.1";
//const char s1a_WeiverPlayerIP[] = "127.0.0.1";
//const char s1a_WeiverPlayerIP[] = "192.168.10.15";
int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
{
int nRetCode = 0;
if (!AfxWinInit(::GetModuleHandle(NULL), NULL, ::GetCommandLine(), 0))
{
_tprintf(_T("AfxWinInit failed.\n"));
nRetCode = 1;
}
else
{
wchar_t wCmdLine[1000];
wchar_t wSendCmd[1000];
WSADATA wsaData;
WSAStartup(MAKEWORD(2,2), &wsaData);
while(nRetCode == 0)
{
memset(wCmdLine, 0, 1000);
memset(wSendCmd, 0, 1000);
wprintf(_T("\nCMD>"));
_getws_s(wCmdLine, 1000);
5.5 / Weiver(Player) Remote API source

Other manuals for Lumantek WEIVER 2.0

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Lumantek WEIVER 2.0 and is the answer not in the manual?

Lumantek WEIVER 2.0 Specifications

General IconGeneral
BrandLumantek
ModelWEIVER 2.0
CategoryMeasuring Instruments
LanguageEnglish