nn::uds::CTR::GetApplicationDataFromBeacon Functionnn::Result GetApplicationDataFromBeacon( void * pBuffer, size_t * pDataSize, size_t bufferSize );
| Name | Description | |
|---|---|---|
| out | pBuffer | Data storage location. |
| out | pDataSize | Data size. |
| in | bufferSize | Buffer size. Specify NET_DESC_APPDATA_SIZE_MAX bytes for the most part; the amount of data that can be received can be changed as you like. |
Retrieves data that is set for a beacon (up to NET_DESC_APPDATA_SIZE_MAX bytes can be retrieved). This can only be run when connected to network.
Note: Applications communicating as clients or spectators will not be notified when data is updated.
CONFIDENTIAL