Difference between revisions of "Event.DATA RECEIVED"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Data has been received from a peer") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2012.09<br/> | '''Available since:''' Gideros 2012.09<br/> | ||
+ | '''Value:''' dataReceived<br/> | ||
=== Description === | === Description === | ||
Data has been received from a peer | Data has been received from a peer | ||
+ | === Parameters === | ||
+ | '''senderId''': (string) Peer that sent this data<br/> | ||
+ | '''data''': (string) Payload<br/> |
Revision as of 10:41, 23 August 2018
Available since: Gideros 2012.09
Value: dataReceived
Description
Data has been received from a peer
Parameters
senderId: (string) Peer that sent this data
data: (string) Payload