spinImageGetID

Function spinImageGetID 

Source
pub unsafe extern "C" fn spinImageGetID(
    hImage: spinImage,
    pId: *mut u64,
) -> spinError
Expand description

Retrieves the ID of an image @see spinError

@param hImage The image of the ID to retrieve @param pId The unsigned integer pointer in which the ID is returned

@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error