PacketPeerUDP
Inherits: PacketPeer < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
bind ( int port, String bind_address=”*”, int recv_buf_size=65536 ) |
|
void |
close ( ) |
connect_to_host ( String host, int port ) |
|
get_local_port ( ) const |
|
get_packet_ip ( ) const |
|
get_packet_port ( ) const |
|
is_bound ( ) const |
|
is_socket_connected ( ) const |
|
join_multicast_group ( String multicast_address, String interface_name ) |
|
leave_multicast_group ( String multicast_address, String interface_name ) |
|
void |
set_broadcast_enabled ( bool enabled ) |
set_dest_address ( String host, int port ) |
|
wait ( ) |
Method Descriptions
Error bind ( int port, String bind_address=”*”, int recv_buf_size=65536 )
There is currently no description for this method. Please help us by contributing one!
void close ( )
There is currently no description for this method. Please help us by contributing one!
Error connect_to_host ( String host, int port )
There is currently no description for this method. Please help us by contributing one!
int get_local_port ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_packet_ip ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_packet_port ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_bound ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_socket_connected ( ) const
There is currently no description for this method. Please help us by contributing one!
Error join_multicast_group ( String multicast_address, String interface_name )
There is currently no description for this method. Please help us by contributing one!
Error leave_multicast_group ( String multicast_address, String interface_name )
There is currently no description for this method. Please help us by contributing one!
void set_broadcast_enabled ( bool enabled )
There is currently no description for this method. Please help us by contributing one!
Error set_dest_address ( String host, int port )
There is currently no description for this method. Please help us by contributing one!
Error wait ( )
There is currently no description for this method. Please help us by contributing one!