pub unsafe extern "C" fn spinImageIsIncomplete(
hImage: spinImage,
pbIsIncomplete: *mut bool8_t,
) -> spinErrorExpand description
Checks whether an image is incomplete @see spinError
@param hImage The image to check @param pbIsIncomplete The boolean pointer to return whether or not the image is incomplete
@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error