Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For more information about available methods, refer to the roDatagramReceiver and roDatagramEvent entries.

Methods

boolean BindLocalPort(in long port)

...

Shuts down the instance, preventing it from further consuming resources. If this method is not called, garbage collection determines when the instance will be destroyed.

Events

The following event is available on the BSDatagramSocket object. It can receive an event of the type DatagramSocketEvent. Use getBytes() to retrieve the body of the UDP message.

ondatagram

DatagramSocketEvent

The DatagramSocketEvent has the following attributes:

...

The DatagramSocketEvent supports the following methods:

ArrayBuffer getBytes()

Example

See here to learn how to convert between strings and an ArrayBuffer.

...