Warning | ||
---|---|---|
| ||
Use this object to receive multicast packets and join a multicast group by calling the |
...
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
This object both sends and receives UDP packets. Use roDatagramSocket if you need the player to communicate using protocols such as SSDP, which only allow a server to respond to the source of a received request. The JavaScript equivalent is Node.js Dgram API.
Received packets are delivered to the message port as roDatagramEvent objects.
...