GetApplicationData

nn::uds::CTR::NetworkDescription::GetApplicationData Member Function

Syntax

size_t GetApplicationData(
     bit8 * buffer,
     const size_t bufferSize
) const;

Parameters

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.

Return Values

Returns the data size.

Description

Gets the data set using the SetApplicationDataToBeacon function.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL