User`s guide
166 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
E6651_GetBSHONeighborPermutationBase
Declaration int E6651_GetBSHONeighborPermutationBase(BYTE
MID, int Index, int * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Index [in]: The value of index
0: Neighbor #1
1: Neighbor #2
2: Neighbor #3
Value [out]: Current Neighbor Permutation Base value of
the index in MOB_NBR- ADV message.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Neighbor Permutation Base value of the index is
made from MOB_NBR- ADV message.
E6651_SetBSHONeighborPermutationBase
Declaration int E6651_SetBSHONeighborPermutationBase(BYTE
MID, int Index, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Index [in]: The value of index
0: Neighbor #1
1: Neighbor #2
2: Neighbor #3
Value [in]: Neighbor Permutation Base value of the index
in MOB_NBR- ADV message to be set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Neighbor Permutation Base value of the index is made
from MOB_NBR- ADV message.