MPDSDataSet

Definition

#include <revolution/mpds.h>

typedef struct MPDSDataSet
{
    ...

} MPDSDataSet;

Description

The MPDSDataSet structure is used to store a single amount of shared data content that is shared in DataSharing. Do not directly access its internal members.

Use the MPDSStep() and MPDSTryStep() functions to get shared data. Use the MPDSGetData() function to access data at the internal AID level.

Because this structure's size is 512 bytes, be aware of the amount remaining on the stack when allocating from the stack as an auto variable.

See Also

MPDSStep(), MPDSTryStep(), MPDSGetData()

Revision History

2007/11/28 Initial version.


CONFIDENTIAL