nn::uds::CTR::NetworkDescription::GetApplicationData Member Function
size_t GetApplicationData(
bit8 * buffer,
const size_t bufferSize
) const;
| Name | Description | |
|---|---|---|
| out | buffer | Data storage destination. |
| out | bufferSize | Buffer size. The sender can freely change the size of the data you get, so specify NET_DESC_APPDATA_SIZE_MAX bytes in general. |
Gets the data set using the SetApplicationDataToBeacon function.
CONFIDENTIAL