DreamineVMS 1.0.0.0
Windows PC의 RTSP·USB 카메라 영상을 HLS로 변환해 원격 CCTV Viewer에 전달하는 데스크톱 에이전트입니다.
로딩중...
검색중...
일치하는것 없음
DreamineVMS.Services.Runtime.ICameraRuntimeStateService 인터페이스 참조

더 자세히 ...

DreamineVMS.Services.Runtime.ICameraRuntimeStateService에 대한 상속 다이어그램 :

Public 멤버 함수

CameraRuntimeState GetState (string cameraId)
IReadOnlyList< CameraRuntimeStateGetAll ()
void SetState (string cameraId, CameraConnectionState state, string message, string? error=null)
void IncrementRestart (string cameraId, string message)

이벤트

EventHandler< CameraRuntimeState >? StateChanged

상세한 설명

카메라 런타임 상태 관리 서비스입니다.

ICameraRuntimeStateService.cs 파일의 13 번째 라인에서 정의되었습니다.

멤버 함수 문서화

◆ GetAll()

IReadOnlyList< CameraRuntimeState > DreamineVMS.Services.Runtime.ICameraRuntimeStateService.GetAll ( )

모든 카메라 상태를 반환합니다.

반환값
Get All 작업에서 생성한 IReadOnlyList<CameraRuntimeState> 결과입니다.

DreamineVMS.Services.Runtime.CameraRuntimeStateService에서 구현되었습니다.

◆ GetState()

CameraRuntimeState DreamineVMS.Services.Runtime.ICameraRuntimeStateService.GetState ( string cameraId)

지정한 카메라 상태를 반환합니다.

매개변수
cameraIdcamera Id에 사용할 string 값입니다.
반환값
Get State 작업에서 생성한 CameraRuntimeState 결과입니다.

DreamineVMS.Services.Runtime.CameraRuntimeStateService에서 구현되었습니다.

◆ IncrementRestart()

void DreamineVMS.Services.Runtime.ICameraRuntimeStateService.IncrementRestart ( string cameraId,
string message )

재시작 횟수를 증가시킵니다.

매개변수
cameraIdcamera Id에 사용할 string 값입니다.
message처리할 메시지입니다.

DreamineVMS.Services.Runtime.CameraRuntimeStateService에서 구현되었습니다.

◆ SetState()

void DreamineVMS.Services.Runtime.ICameraRuntimeStateService.SetState ( string cameraId,
CameraConnectionState state,
string message,
string? error = null )

카메라 상태를 설정합니다.

매개변수
cameraIdcamera Id에 사용할 string 값입니다.
statestate에 사용할 CameraConnectionState 값입니다.
message처리할 메시지입니다.
errorerror에 사용할 string? 값입니다.

DreamineVMS.Services.Runtime.CameraRuntimeStateService에서 구현되었습니다.

이벤트 문서화

◆ StateChanged

EventHandler<CameraRuntimeState>? DreamineVMS.Services.Runtime.ICameraRuntimeStateService.StateChanged

상태 변경 이벤트입니다.

ICameraRuntimeStateService.cs 파일의 23 번째 라인에서 정의되었습니다.


이 인터페이스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: