PacketPeerStream
Inherits: PacketPeer < Reference < Object
Category: Core
Brief Description
Wrapper to use a PacketPeer over a StreamPeer.
Member Functions
void | set_stream_peer ( StreamPeer peer ) |
Description
PacketStreamPeer provides a wrapper for working using packets over a stream. This allows for using packet based code with StreamPeers. PacketPeerStream implements a custom protocol over the StreamPeer, so the user should not read or write to the wrapped StreamPeer directly.
Member Function Description
void set_stream_peer ( StreamPeer peer )
Set the StreamPeer object to be wrapped
© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/2.1/classes/class_packetpeerstream.html