107108109110111112113114115116117
final IntValuedEnum<DCAMERR> lError = DcamapiLibrary.dcamdevOpen(pointerTo(lDCAMDEV_OPEN)); final boolean lSuccess = addErrorToListAndCheckHasSucceeded(lError); if (lSuccess) { mDeviceID = lDCAMDEV_OPEN.hdcam().getPeer(); } return lSuccess; }