현재 열어놓은 UDP포트를 리턴한다.
전용 브라우저 환경에서만 동작합니다.
function btnTest_on_mouseup(objInst) { screen.alert(udpsvr.getportno()); }