User`s guide
136 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
BS Emulator Functions
E6651_GetSSMacAddr
Declaration int E6651_GetSSMacAddr(BYTE MID, Char * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: MAC Address information of SS (Subscriber
Station) when the SS successfully finished
network entrance procedure to E6651(MID).
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve the SS MAC address information after SS finish
network entrance procedure to E6651(MID).
E6651_GetSE6651ate
Declaration int E6651_GetSE6651ate(BYTE MID, BYTE * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current status of SS which is connected to
E6651(Base Station Emulator mode)
ssDREG: 0
ssINIT: 1
ssNEGO: 2
ssPKM: 3
ssREG: 4
ssCONN: 5
ssIDLE: 6
ssHO: 7
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve the SS operational status information when SS is
inter- operating with E6651(MID).