Lines Matching refs:nn

27 namespace nn {
53 nn::Result Initialize( nn::os::Event* pStatusUpdateEvent, void* receiveBuffer, const size_t bufferS…
107 nn::Result CreateNetwork(
136 nn::Result CreateNetwork(
162 nn::Result Scan( void* pBuffer, size_t bufferSize, u8 subId, bit32 localId );
186 nn::Result Scan( void* pBuffer, size_t bufferSize, u8 subId, bit32 localId, u8 channel, u16 scanTim…
211 nn::Result ConnectNetwork(
229 nn::Result EjectClient ( u16 nodeId );
247 nn::Result DisallowToConnect(bool isDisallowToReconnect = false);
263 nn::Result AllowToConnect();
279 nn::Result EjectSpectator ( void );
280 inline nn::Result EjectAudience ( void ){ return EjectSpectator(); } in EjectAudience()
295 nn::Result AllowToSpectate();
313 nn::Result DestroyNetwork ( void );
328 nn::Result DisconnectNetwork ( void );
352 nn::Result CreateEndpoint( EndpointDescriptor* pEndpointDesc );
372 nn::Result SetMaxSendDelay ( nn::fnd::TimeSpan maxDelay );
400 nn::Result SendTo ( const EndpointDescriptor& endpointDesc, const void* data, size_t dataSize, u16…
426 nn::Result Attach ( EndpointDescriptor* pEndpointDesc, u16 srcNodeId, u8 port, size_t receiveBuffe…
452 nn::Result Receive ( const EndpointDescriptor& endpointDesc, void* pBuffer, size_t* pReceivedSi…
480 nn::Result ReceiveFrom ( const EndpointDescriptor& endpointDesc, void* pBuffer, size_t* pReceivedSi…
496 nn::Result DestroyEndpoint( EndpointDescriptor* pEndpointDesc );
517 nn::Result GetMacAddress( bit8 pMacAddress[MAC_ADDRESS_SIZE] );
531 nn::Result GetConnectionStatus( ConnectionStatus* pStatus );
542 nn::Result GetLinkLevel( LinkLevel* pLinkLevel );
561 nn::Result GetChannel(u8* pChannel);
578 nn::Result GetNodeInformation ( NodeInformation* pNodeInfo, u16 nodeId );
593 nn::Result SetPowerSaveMode(PowerSaveMode mode);
614 nn::Result SetApplicationDataToBeacon ( const void* pData, size_t dataSize );
635 nn::Result GetApplicationDataFromBeacon ( void* pBuffer, size_t* pDataSize, size_t bufferSize );
650 nn::Result GetRadioStrengthInfo(RadioStrengthInfo* info);
668 nn::Result DestroyEndpoint( EndpointDescriptor* pEndpointDesc, ReceiveReport* pReport );