|
|
|
@ -1353,6 +1353,10 @@ Java_com_xypower_mpapp_MicroPhotoService_updateEhernet(
|
|
|
|
|
XYLOG(XYLOG_SEVERITY_DEBUG, "Ethernet Changed and Check socket connection");
|
|
|
|
|
pTerminal->ResetNetwork();
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
XYLOG(XYLOG_SEVERITY_DEBUG, "Ethernet Changing Not Cause Socket Disconnection");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return JNI_TRUE;
|
|
|
|
|