Versions Compared

Key

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

GET http://IP-address:8888/GetDisplaysgetting available displays for current logged user.현재 로그인한 사용자의 사용 가능한 displays 목록 가져오기

샘플 응답Sample response:

Code Block
{
    "Description": "",
    "Status": "OK",
    "DisplayInfo": [
        {
            "Id": "\\\\.\\DISPLAY1",
            "IsMainForm": true
        },
        {
            "Id": "\\\\.\\DISPLAY2",
            "IsMainForm": false
        }
    ]
}


Parametr파라미터Description설명
id

Display 디스플레이 ID.

IsMainForm

The 'true' value corresponds to the main display값은 주 디스플레이에 해당합니다.

Attention! In other requests, use the monitor Id in the following format주의! 다른 요청에서는 모니터 ID를 다음 형식으로 사용하십시오: \\.\DISPLAY1

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

Code Block
{
	"{\"result\":\"no displays\"}"
}

...