통사론
nrSendHttpResponse(nr as Object, _url as String, msg as Object) as Void
설명
ConnectedDeviceSystem 유형의 HTTP_RESPONSE 이벤트를 보냅니다.
인수
인수 | 설명 |
---|---|
| 뉴렐릭 에이전트 개체. |
| 요청 URL. |
| roUrlEvent 유형의 메시지. |
반품
아무것도 아님.
예시
msg = wait(5000, m.port) if type(msg) = "roUrlEvent" then nrSendHttpResponse(m.nr, _url, msg) end if