User`s guide
124 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
BS Emulator Mode
E6651_GetBSStart
Declaration int E6651_GetBSStart(BYTE MID, BYTE * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current status of E6651 Base Station
Emulation mode.
Start: 1
Stop: 0
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve E6651(MID)’s Base Station Emulation mode
information.
E6651_SetBSStart
Declaration int E6651_SetBSStart(BYTE MID, BYTE Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: E6651 Base Station Emulation mode
information.
Start: 1
Stop: 0
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Stop or Start Base Station Emulation mode of E6651(MID).
E6651_GetBSPreamble
Declaration int E6651_GetBSPreamble(BYTE MID, BYTE * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current Preamble Index value of E6651(MID).
(0 ~ 113)
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Preamble Index value of E6651(MID) when E6651 is
operating in Base Station Emulator Mode.