Lines Matching refs:nn
27 namespace nn {
53 nn::Result Initialize( nn::os::Event* pStatusUpdateEvent, void* receiveBuffer, const size_t bufferS…
103 nn::Result CreateNetwork(
130 nn::Result Scan( void* pBuffer, size_t bufferSize, u8 subId, bit32 localId, u8 channel = 0, u16 sca…
153 nn::Result ConnectNetwork(
171 nn::Result EjectClient ( u16 nodeId );
189 nn::Result DisallowToConnect(bool isDisallowToReconnect = false);
205 nn::Result AllowToConnect();
221 nn::Result EjectSpectator ( void );
222 inline nn::Result EjectAudience ( void ){ return EjectSpectator(); } in EjectAudience()
237 nn::Result AllowToSpectate();
252 nn::Result DestroyNetwork ( void );
267 nn::Result DisconnectNetwork ( void );
291 nn::Result CreateEndpoint( EndpointDescriptor* pEndpointDesc );
311 nn::Result SetMaxSendDelay ( nn::fnd::TimeSpan maxDelay );
338 nn::Result SendTo ( const EndpointDescriptor& endpointDesc, const void* data, size_t dataSize, u16…
364 nn::Result Attach ( EndpointDescriptor* pEndpointDesc, u16 srcNodeId, u8 port, size_t receiveBuffe…
388 nn::Result Receive ( const EndpointDescriptor& endpointDesc, void* pBuffer, size_t* pReceivedSi…
414 nn::Result ReceiveFrom ( const EndpointDescriptor& endpointDesc, void* pBuffer, size_t* pReceivedSi…
430 nn::Result DestroyEndpoint( EndpointDescriptor* pEndpointDesc );
451 nn::Result GetMacAddress( bit8 pMacAddress[MAC_ADDRESS_SIZE] );
463 nn::Result GetConnectionStatus( ConnectionStatus* pStatus );
474 nn::Result GetLinkLevel( LinkLevel* pLinkLevel );
497 nn::Result GetNodeInformation ( NodeInformation* pNodeInfo, u16 nodeId );
512 nn::Result SetPowerSaveMode(PowerSaveMode mode);
533 nn::Result SetApplicationDataToBeacon ( const void* pData, size_t dataSize );
554 nn::Result GetApplicationDataFromBeacon ( void* pBuffer, size_t* pDataSize, size_t bufferSize );
569 nn::Result GetRadioStrengthInfo(RadioStrengthInfo* info);
587 nn::Result DestroyEndpoint( EndpointDescriptor* pEndpointDesc, ReceiveReport* pReport );