CTR Pia  4.11.3
Game Communication Engine
nn::pia::local::LocalSessionStationInfo Class Reference

Represents information about a station that is participating in a session. More...

+ Inheritance diagram for nn::pia::local::LocalSessionStationInfo:

Public Member Functions

void SetStationInfoListBuf (LocalStationInfo *pStationInfoList, u8 listLength)
 Sets a buffer to store station information. More...
 

Detailed Description

Represents information about a station that is participating in a session.


Revision History:
2014-05-27 Initial version.

Member Function Documentation

void nn::pia::local::LocalSessionStationInfo::SetStationInfoListBuf ( LocalStationInfo pStationInfoList,
u8  listLength 
)
inline

Sets a buffer to store station information.

Make the array length of lists provided as buffers equal to the maximum number of stations that can participate in the session.

Parameters
[in]pStationInfoListThe buffer for storing station information.
[in]listLengthThe length of lists that can be provided as buffers.