UDPServer

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

int

max_pending_connections

16

Methods

int

get_local_port ( ) const

bool

is_connection_available ( ) const

bool

is_listening ( ) const

Error

listen ( int port, String bind_address=”*” )

Error

poll ( )

void

stop ( )

PacketPeerUDP

take_connection ( )


Property Descriptions

int max_pending_connections = 16

  • void set_max_pending_connections ( int value )

  • int get_max_pending_connections ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

int get_local_port ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_connection_available ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_listening ( ) const

There is currently no description for this method. Please help us by contributing one!


Error listen ( int port, String bind_address=”*” )

There is currently no description for this method. Please help us by contributing one!


Error poll ( )

There is currently no description for this method. Please help us by contributing one!


void stop ( )

There is currently no description for this method. Please help us by contributing one!


PacketPeerUDP take_connection ( )

There is currently no description for this method. Please help us by contributing one!