현재 실행되고 있는 단말의 local IP address를 확인하는 API이다.
전용 브라우저 환경에서만 동작합니다.
function btn_Getlocalipaddress_on_mouseup() { screen.alert(factory.getlocalipaddress()); }