pub unsafe extern "C" fn udsGetApplicationData(
    buf: *mut c_void,
    size: usize,
    actual_size: *mut usize
) -> Result
Expand 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.