TCP서버에 연결시 이벤트
function tcpclt01_on_open(objInst, nLocalPort) { // 세션 연결됨 factory.consoleprint("OnConnect> nLocalPort = " + nLocalPort); }