UDPServer
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
Methods
get_local_port ( ) const |
|
is_connection_available ( ) const |
|
is_listening ( ) const |
|
poll ( ) |
|
void |
stop ( ) |
take_connection ( ) |
Property Descriptions
int max_pending_connections = 16
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!