TCP서버 » Api

setbindport

Description

TCP서버 연결포트를 설정한다.

Parameters

Parameters Type Description
nBindPort short 연결 포트

Return Value

Type Description
BOOL 정상처리 여부

Remark

** 함수가 리턴됐다고 해서 처리가 완료된 것을 의미하지 않는다.
처리중 오류가 발생하면, on_error 이벤트가 발생한다.

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

Example

function btnTest_on_mouseup(objInst) { tcpsvr.setbindport(8443); }

Viewer Ver.

9.1.1.1

Update Date

20231106