PacketPeerUDP

Inherits: PacketPeer < RefCounted < Object

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

Methods

Error

bind ( int port, String bind_address=”*”, int recv_buf_size=65536 )

void

close ( )

Error

connect_to_host ( String host, int port )

int

get_local_port ( ) const

String

get_packet_ip ( ) const

int

get_packet_port ( ) const

bool

is_bound ( ) const

bool

is_socket_connected ( ) const

Error

join_multicast_group ( String multicast_address, String interface_name )

Error

leave_multicast_group ( String multicast_address, String interface_name )

void

set_broadcast_enabled ( bool enabled )

Error

set_dest_address ( String host, int port )

Error

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!