Protocol FN Test - Idle Mode

This topic describes the following functions:

E6651_SendBSIdleDREG_CMD

Declaration

int E6651_SendBSIdleDREG_CMD(BYTE MID);

Parameter

MID [in]: User defined E6651A Machine ID

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Send a DREG-CMD (de-registration command)  to the MS to put it into Idle Mode (BS initiated Idle Mode).

E6651_Get/Set MSInitiatedIdleMode

Declaration

int E6651_GetMSInitiatedIdleMode(BYTE MID, int* Value);

int E6651_SetMSInitiatedIdleMode(BYTE MID, int Value);

Parameter

MID [in]: User defined E6651A Machine ID

Value [out]: Current setting of MS initiated Idle Mode.

Value [in]: Set the MS initiated idle mode on or off.

0 - Off
1 - On

Default

0, Off

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and set the MS initiated Idle Mode off or on. When set to "ON", the E6651A BSE accepts requests from the MS for the MS to go into Idle Mode.