示例#1
0
void ENgrab::sendstop()
{
	eDebug("ngrab sendstop requested");
	sendStr = stopxml();
	nGrabActive = false;
	sending();
}
示例#2
0
void ENgrab::sendstop()
{
	eDebug("ngrab sendstop requested");
	sendStr = stopxml();
	sending();
}