Setting - DREG-CMD

This topic describes the following functions:

E6651_Get/Set BSIdleDREGCMDPagingGroupID

Declaration

int E6651_GetBSIdleDREGCMDPagingGroupID(BYTE MID, WORD* Value);

int E6651_SetBSIdleDREGCMDPagingGroupID(BYTE MID, WORD Value);

Parameter

MID [in]: User defined E6651A Machine ID

Value [out]: Current Paging Group ID assigned to the MS.

Value [in]: Set the Paging Group ID for the MS

Range

0 to 65535

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and set the MS Paging Group ID

E6651_Get/Set BSIdleDREGCMDPagingCycle

Declaration

int E6651_GetBSIdleDREGCMDPagingCycle(BYTE MID, WORD* Value);

int E6651_SetBSIdleDREGCMDPagingCycle(BYTE MID, WORD Value);

Parameter

MID [in]: User defined E6651A Machine ID

Value [out]: Current cycle in which the paging message is transmitted.

Value [in]: Set the cycle to transmit the paging message.

Range

0 to 65535

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and set the cycle in which the paging message is transmitted within the paging group.

E6651_Get/Set BSIdleDREGCMDPagingOffset

Declaration

int __stdcall E6651_GetBSIdleDREGCMDPagingOffset(BYTE MID, WORD* Value);

int __stdcall E6651_SetBSIdleDREGCMDPagingOffset(BYTE MID, WORD Value);

Parameter

MID [in]: User defined E6651A Machine ID

Value [out]: Current

Value [in]: Set the

Range

0 to (paging cycle value -1)

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and set the frame within the cycle in which the paging message is transmitted. Must be smaller than the paging cycle value  - Get/Set BSIdleDREGCMDPagingCycle.

E6651_Get/Set BSIdleDREGCMDPagingIntervalLength

Declaration

int __stdcall E6651_GetBSIdleDREGCMDPagingIntervalLength(BYTE MID, BYTE* Value);

int __stdcall E6651_SetBSIdleDREGCMDPagingIntervalLength(BYTE MID, BYTE Value);

Parameter

MID [in]: User defined E6651A Machine ID

Value [out]: Current maximum Paging Listening interval value, in frames.

Value [in]: Set the maximum Paging Listening interval value, in frames.

Range

1 to 5

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and set the maximum duration, in frames, of the Paging Listening interval.