User`s guide
170 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
Functions used in V1.5
E6651_SetBSPayloadLen
Declaration int E6651_SetBSPayloadLen(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: E6651 Base Station Emulation Payload length
value to be set. (0, 1, 2, etc.)
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set E6651(MID) Base Station Emulation Payload Length
value.
If (Value = 0) then Value:= 288
if (Value = 1) then Value:= 576
if (Value = 2) then Value:= 1488 else Value:= 288;
E6651_SetBSDLTest
Declaration int E6651_SetBSDLTest(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: DL Test Mode of E6651(MID) Base Station
Emulator to be set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set DL Test Mode of E6651(MID) Base Station Emulator.
0: Off
1: On
E6651_SetBSULTest
Declaration int E6651_SetBSULTest(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: UL Test Mode of E6651(MID) Base Station
Emulator to be set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set DL Test Mode of E6651(MID) Base Station Emulator.
0: Off
1: On