Lines Matching refs:nn
27 namespace nn {
48 nn::Result Initialize( nn::os::Event* pStatusUpdateEvent, void* receiveBuffer, const size_t bufferS…
86 nn::Result CreateNetwork(
106 nn::Result Scan( void* pBuffer, size_t bufferSize, u8 subId, bit32 localId, u8 channel = 0, u16 sca…
118 nn::Result ConnectNetwork(
130 nn::Result EjectClient ( u16 nodeId );
140 nn::Result EjectSpectator ( void );
141 inline nn::Result EjectAudience ( void ){ return EjectSpectator(); } in EjectAudience()
151 nn::Result AllowToSpectate();
159 nn::Result DestroyNetwork ( void );
167 nn::Result DisconnectNetwork ( void );
184 nn::Result CreateEndpoint( EndpointDescriptor* pEndpointDesc );
198 nn::Result SendTo ( const EndpointDescriptor& endpointDesc, const void* data, size_t dataSize, u16…
213 nn::Result Attach ( EndpointDescriptor* pEndpointDesc, u16 srcNodeId, u8 port, size_t receiveBuffe…
226 nn::Result Receive ( const EndpointDescriptor& endpointDesc, void* pBuffer, size_t* pReceivedSi…
240 nn::Result ReceiveFrom ( const EndpointDescriptor& endpointDesc, void* pBuffer, size_t* pReceivedSi…
248 nn::Result DestroyEndpoint( EndpointDescriptor* pEndpointDesc );
260 nn::Result GetMacAddress( bit8 pMacAddress[MAC_ADDRESS_SIZE] );
268 nn::Result GetConnectionStatus( ConnectionStatus* pStatus );
276 nn::Result GetLinkLevel( LinkLevel* pLinkLevel );
292 nn::Result GetNodeInformation ( NodeInformation* pNodeInfo, u16 nodeId );
302 nn::Result SetPowerSaveMode(PowerSaveMode mode);
311 nn::Result SetNetworkAttribute( bit16 flag );
321 nn::Result SetApplicationDataToBeacon ( const void* pData, size_t dataSize );
333 nn::Result GetApplicationDataFromBeacon ( void* pBuffer, size_t* pDataSize, size_t bufferSize );
345 nn::Result DestroyEndpoint( EndpointDescriptor* pEndpointDesc, ReceiveReport* pReport );
352 nn::Result InitializeCore( nn::os::Event* pStatusUpdateEvent, void* receiveBuffer, const size_t buf…