User`s guide

82 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
Command Reference
E6651_Init
Declaration int E6651_Init(void);
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description API command to initialize Remote API Library.
E6651_Close
Declaration int E6651_Close(void);
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description API command to close Remote API Library.
E6651_RemoteStart
Declaration int E6651_RemoteStart(BYTE MID);
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description API command to start the remote interface.
E6651_GetDLLVersion
Declaration int E6651_GetDllVersion(char*);
Parameter Version [out]: The version information of DLL
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Acquire version information of Remote API DLL currently
being used.