Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GET http://IP-address:8888/SelectDisplay

Parametr파라미터Required필수설명
displayIdYesMonitor 모니터 id (see 디스플레이 목록 가져오기 참조).

Sample request샘플 요청:

GET http://127.0.0.1:8888/SelectDisplay?displayId=\\.\DISPLAY1

Sample responce샘플 응답:

Code Block
{
"Description": "",  
"Status": "OK"
}

Here is an example of an error message:여기 오류 메시지 예시가 있습니다.

Code Block
{
	\"result\":\"error\"
}

...