User`s guide
158 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
E6651_GetPCPMCPowerAdjust
Declaration int E6651_GetPCPMCPowerAdjust(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current PMC- RSP Power Adjust value of
E6651(MID).
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve PMC- RSP Power Adjust value of E6651(MID). Limits
of Power Adjust: - 128 ~ 127.
E6651_SetPCPMCPowerAdjust
Declaration int E6651_SetPCPMCPowerAdjust(BYTE MID, int
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: PMC- RSP Power Adjust value of E6651(MID).
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set PMC- RSP Power Adjust of E6651(MID). Limits of Power
Adjust: - 128 ~ 127.
E6651_PCSendMessage
Declaration int E6651_PCSendMessage(BYTE MID);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Send Power Control Test Message to a mobile phone.