User`s guide

Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 163
E6651_GetBSHONeighborDCDCC
Declaration int E6651_GetBSHONeighborDCDCC(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 DCD 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 DCD Configuration Change Count value of
the index is made from MOB_NBR- ADV message (0 ~ 15).
E6651_SetBSHONeighborDCDCC
Declaration int E6651_SetBSHONeighborDCDCC(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 DCD Configuration Change Count
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 DCD Configuration Change Count value of the
index is made from MOB_NBR- ADV message (0 ~ 15).