User`s guide

162 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
E6651_GetBSHONeighborBSID
Declaration int E6651_GetBSHONeighborBSID(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 BSID of the index in
MOB_NBR- ADV message.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Neighbor BSID of the index is made from
MOB_NBR- ADV message. There are 3 Neighbors and the
index starts from 0.
E6651_SetBSHONeighborBSID
Declaration int E6651_SetBSHONeighborBSID(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 BSID of the index in
MOB_NBR- ADV message to be set.
Return Value Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Neighbor BSID of the index is made from
MOB_NBR- ADV message.