UDP통신 포트가 열렸을때 이벤트
function udpclt01_on_open(objInst, nLocalPort) { // 포트 열림 factory.consoleprint("OnOpen> nLocalPort = " + nLocalPort); }