User`s guide
Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 159
E6651_GetBSFullOccupied
Declaration int E6651_GetBSFullOccupied(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current Full Occupied Function’s On or Off
information of E6651(MID) when E6651 is
operating in Base Station Emulator mode.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Full Occupied Function’s On or Off information of
E6651(MID) when E6651 is operating in Base Station
Emulator mode.
0: OFF
1: ON
E6651_SetBSFullOccupied
Declaration int E6651_SetBSFullOccupied(BYTE MID, int
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Full Occupied Function’s ON or OFF value of
E6651(MID) when E6651 is operating in Base
Station Emulator mode to be set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Full Occupied Function’s ON or OFF of E6651(MID)
when E6651 is operating in Base Station Emulator mode.
0: OFF
1: ON