RSICaptureState CaptureStateGet (  ) 

Description:
CaptureStateGet returns the state of the position capture.
Returns:
(RSICaptureState) The state of the position capture object.
Sample Code:
  if(axis->CaptureStateGet() == RSICaptureStateARMED)
  {
    printf("Capture is armed.\n");
  }
See also:
CaptureArm
Examples:
Capture.cpp, and customHome.cpp.