Function MSPAppendData

Source
pub unsafe extern "C" fn MSPAppendData(
    data: *mut c_void,
    dataLen: c_uint,
    dataStatus: c_uint,
) -> c_int
Expand description

@fn MSPAppendData @brief Append Data.

Write data to msc, such as data to be uploaded, searching text, etc.

@return int MSPAPI - Return 0 in success, otherwise return error code. @param void* data - [in] the data buffer pointer, data could be binary. @param unsigned int dataLen - [in] length of data. @param unsigned int dataStatus - [in] data status, 2: first or continuous, 4: last. @see