CheckConnection

Checks the camera connection

Syntax

Definition:

HRESULT CheckConnection(
    GEV_CAMERA_STATE& eAssumedState,
    GEV_CAMERA_STATE& eActualState
)

Parameters

Name

Type

Description

eAssumedState

GEV_CAMERA_STATE&

The internally assumed state of the camera.

eActualState

GEV_CAMERA_STATE&

The actually observable state of the camera.

CheckConnection 1: Return value

HRESULT