spinNodeToStringEx

Function spinNodeToStringEx 

Source
pub unsafe extern "C" fn spinNodeToStringEx(
    hNode: spinNodeHandle,
    bVerify: bool8_t,
    pBuf: *mut c_char,
    pBufLen: *mut size_t,
) -> spinError
Expand description

Retrieves the value of any node type as a c-string; manually set whether to verify the node @see spinError

@param hNode The node of the value to read @param bVerify The boolean of whether to verify the node @param pBuf The c-string character buffer in which the value of the node is returned @param pBufLen The unsigned integer pointer in which the length of the c-string is returned; the input value is the maximum length

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