nn::uds::CTR::GetApplicationDataFromBeacon Function

Syntax

nn::Result GetApplicationDataFromBeacon(
     void * pBuffer,
     size_t * pDataSize,
     size_t bufferSize
);

Arguments

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.

Return Values

Returns the function's execution result.

Description

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.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL