User`s guide
Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 165
E6651_GetBSHONeighborFrequency
Declaration int E6651_GetBSHONeighborFrequency(BYTE MID, int
Index, double * 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 Frequency value of the
index in MOB_NBR- ADV message.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Neighbor Frequency value of the index is made
from MOB_NBR- ADV message.
E6651_SetBSHONeighborFrequency
Declaration int E6651_SetBSHONeighborFrequency(BYTE MID, int
Index, double 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 Frequency 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 Frequency value of the index is made from
MOB_NBR- ADV message.