Function NT_ReadQueueValue
Source pub unsafe extern "C" fn NT_ReadQueueValue(
subentry: NT_Handle,
count: *mut usize,
) -> *mut NT_Value
Expand description
Read Entry Queue.
Returns new entry values since last call. The returned array must be freed
using NT_DisposeValueArray().
§Parameters
- subentry: subscriber or entry handle
- count: count of items in returned array (output)
§Returns
entry value array; returns NULL and count=0 if no new values