PacketPeerDTLS
Inherits: PacketPeer < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
connect_to_peer ( PacketPeerUDP packet_peer, String hostname, TLSOptions client_options=null ) |
|
void |
|
get_status ( ) const |
|
void |
poll ( ) |
Enumerations
enum Status:
Status STATUS_DISCONNECTED = 0
There is currently no description for this enum. Please help us by contributing one!
Status STATUS_HANDSHAKING = 1
There is currently no description for this enum. Please help us by contributing one!
Status STATUS_CONNECTED = 2
There is currently no description for this enum. Please help us by contributing one!
Status STATUS_ERROR = 3
There is currently no description for this enum. Please help us by contributing one!
Status STATUS_ERROR_HOSTNAME_MISMATCH = 4
There is currently no description for this enum. Please help us by contributing one!
Method Descriptions
Error connect_to_peer ( PacketPeerUDP packet_peer, String hostname, TLSOptions client_options=null )
There is currently no description for this method. Please help us by contributing one!
void disconnect_from_peer ( )
There is currently no description for this method. Please help us by contributing one!
Status get_status ( ) const
There is currently no description for this method. Please help us by contributing one!
void poll ( )
There is currently no description for this method. Please help us by contributing one!