User`s guide
126 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
E6651_GetBSID
Declaration int E6651_GetBSID(BYTE MID, Char * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Current Base Station ID value of E6651(MID)
when E6651 is operating in Base Station
Emulator mode.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Base Station ID value of E6651(MID) when E6651 is
operating in Base Station Emulator Mode.
E6651_SetBSID
Declaration int E6651_SetBSID(BYTE MID, Char * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Base Station ID value to be set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Base Station ID value of E6651(MID) when E6651 is
operating in Base Station Emulator Mode.
E6651_GetBSRngTimeOffset
Declaration int E6651_GetBSRngTimeOffset(BYTE MID, int *
Offset);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Offset [out]: Current Timing Offset value of E6651(MID)
when E6651 is operating in Base Station
Emulator mode.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Timing Offset value of E6651(MID) when E6651 is
operating in Base Station Emulator Mode.