User`s guide
164 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
E6651_GetBSHONeighborUCDCC
Declaration int E6651_GetBSHONeighborUCDCC(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 UCD Configuration Change
Count value of the index in MOB_NBR- ADV
message.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Neighbor UCD Configuration Change Count value of
the index is made from MOB_NBR- ADV message (0 ~ 15).
E6651_SetBSHONeighborUCDCC
Declaration int E6651_SetBSHONeighborUCDCC(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 UCD Configuration Change Count
value of the in MOB_NBR- ADV message to be
set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Neighbor UCD Configuration Change Count value of the
index is made from MOB_NBR- ADV message (0 ~ 15).