UDP통신 » Api

getportno

Description

현재 열어놓은 UDP포트를 리턴한다.

Return Value

Type Description
short UDP통신 연결포트

Remark

전용 브라우저 환경에서만 동작합니다.

Example

function btnTest_on_mouseup(objInst) { screen.alert(udpsvr.getportno()); }

Viewer Ver.

9.1.1.1

Update Date

20231106