pub unsafe extern "C" fn udsGetApplicationData(
buf: *mut c_void,
size: usize,
actual_size: *mut usize,
) -> ResultExpand description
This can be used while on a network(host/client) to get the appdata from the current beacon.
ยงArguments
buf- Appdata buffer.size- Max size of the output buffer.actual_size- If set, the actual size of the appdata written into the buffer is stored here.