SFML - Simple and Fast Multimedia Library
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
sf::SocketUDP
sf::SocketUDP Class ReferenceSocketUDP wraps a socket using UDP protocol to send data fastly (but with less safety).
More...
#include <SocketUDP.hpp>
List of all members.
Public Member Functions
SocketUDP ()
Default constructor.
void SetBlocking (bool Blocking)
Change the blocking state of the socket.
bool Bind (unsigned short Port)
Bind the socket to a specific port.
bool Unbind ()
Unbind the socket from its previous port, if any.
Socket::Status Send (const char *Data, std::size_t Size, const IPAddress &Address, unsigned short Port)
Send an array of bytes.
Socket::Status Receive (char *Data, std::size_t MaxSize, std::size_t &SizeReceived, IPAddress &Address, unsigned short &Port)
Receive an array of bytes.
Socket::Status Send (Packet &PacketToSend, const IPAddress &Address, unsigned short Port)
Send a packet of data.
Socket::Status Receive (Packet &PacketToReceive, IPAddress &Address, unsigned short &Port)
Receive a packet.
bool Close ()
Close the socket.
bool IsValid () const
Check if the socket is in a valid state ; this function can be called any time to check if the socket is OK.
unsigned short GetPort () const
Get the port the socket is currently bound to.
bool operator== (const SocketUDP &Other) const
Comparison operator ==.
bool operator!= (const SocketUDP &Other) const
Comparison operator !=.
bool operator< (const SocketUDP &Other) const
Comparison operator <.
Friends
class Selector< SocketUDP >
Detailed Description
SocketUDP wraps a socket using UDP protocol to send data fastly (but with less safety).
Definition at line 45 of file SocketUDP.hpp.
Constructor & Destructor Documentation
sf::SocketUDP::SocketUDP
(
)
Default constructor.
Definition at line 41 of file SocketUDP.cpp.
Member Function Documentation
bool sf::SocketUDP::Bind
(
unsigned short
Port
)
Bind the socket to a specific port.
Parameters:
Port : Port to bind the socket to
Returns:True if operation has been successful
Definition at line 64 of file SocketUDP.cpp.
bool sf::SocketUDP::Close
(
)
Close the socket.
Returns:True if operation has been successful
Definition at line 316 of file SocketUDP.cpp.
unsigned short sf::SocketUDP::GetPort
(
)
const
Get the port the socket is currently bound to.
Returns:Current port (0 means the socket is not bound)
Definition at line 349 of file SocketUDP.cpp.
bool sf::SocketUDP::IsValid
(
)
const
Check if the socket is in a valid state ; this function can be called any time to check if the socket is OK.
Check if the socket is in a valid state ; this function can be called any time to check if the socket is OK.
Returns:True if the socket is valid
Definition at line 340 of file SocketUDP.cpp.
bool sf::SocketUDP::operator!=
(
const SocketUDP &
Other
)
const
Comparison operator !=.
Parameters:
Other : Socket to compare
Returns:True if *this != Other
Definition at line 367 of file SocketUDP.cpp.
bool sf::SocketUDP::operator<
(
const SocketUDP &
Other
)
const
Comparison operator <.
Provided for compatibility with standard containers, as comparing two sockets doesn't make much sense...
Parameters:
Other : Socket to compare
Returns:True if *this < Other
Provided for compatibility with standard containers, as comparing two sockets doesn't make much sense...
Definition at line 378 of file SocketUDP.cpp.
bool sf::SocketUDP::operator==
(
const SocketUDP &
Other
)
const
Comparison operator ==.
Parameters:
Other : Socket to compare
Returns:True if *this == Other
Definition at line 358 of file SocketUDP.cpp.
Socket::Status sf::SocketUDP::Receive
(
Packet &
PacketToReceive,
IPAddress &
Address,
unsigned short &
Port
)
Receive a packet.
This function will block if the socket is blocking
Parameters:
PacketToReceive : Packet to fill with received data
Address : Address of the computer which sent the packet
Port : Port on which the remote computer sent the data
Returns:Status code
This function will block if the socket is blocking
Definition at line 245 of file SocketUDP.cpp.
Socket::Status sf::SocketUDP::Receive
(
char *
Data,
std::size_t
MaxSize,
std::size_t &
SizeReceived,
IPAddress &
Address,
unsigned short &
Port
)
Receive an array of bytes.
This function will block if the socket is blocking
Parameters:
Data : Pointer to a byte array to fill (make sure it is big enough)
MaxSize : Maximum number of bytes to read
SizeReceived : Number of bytes received
Address : Address of the computer which sent the data
Port : Port on which the remote computer sent the data
Returns:Status code
This function will block if the socket is blocking
Definition at line 162 of file SocketUDP.cpp.
Socket::Status sf::SocketUDP::Send
(
Packet &
PacketToSend,
const IPAddress &
Address,
unsigned short
Port
)
Send a packet of data.
Parameters:
PacketToSend : Packet to send
Address : Address of the computer to send the packet to
Port : Port to send the data to
Returns:Status code
Definition at line 219 of file SocketUDP.cpp.
Socket::Status sf::SocketUDP::Send
(
const char *
Data,
std::size_t
Size,
const IPAddress &
Address,
unsigned short
Port
)
Send an array of bytes.
Parameters:
Data : Pointer to the bytes to send
Size : Number of bytes to send
Address : Address of the computer to send the packet to
Port : Port to send the data to
Returns:Status code
Definition at line 118 of file SocketUDP.cpp.
void sf::SocketUDP::SetBlocking
(
bool
Blocking
)
Change the blocking state of the socket.
The default behaviour of a socket is blocking
Parameters:
Blocking : Pass true to set the socket as blocking, or false for non-blocking
Definition at line 50 of file SocketUDP.cpp.
bool sf::SocketUDP::Unbind
(
)
Unbind the socket from its previous port, if any.
Unbind the socket to its previous port.
Returns:True if operation has been successful
Definition at line 101 of file SocketUDP.cpp.
The documentation for this class was generated from the following files:
SocketUDP.hppSocketUDP.cpp
:: Copyright © 2007-2008 Laurent Gomila, all rights reserved ::
Documentation generated by doxygen 1.5.2 ::
Wyszukiwarka
Podobne podstrony:
classsf 1 1SocketUDP membersclasssf 1 1SocketTCP membersclasssf 1 1SocketHelper membersclasssf 1 1SocketHelperclasssf 1 1SocketTCPclasssf 1olorclasssf 1rawableclassscript connector 1 1net problemclasssf 1 1View membersclasssf 1 1Window membersclasssf 1 1Vector3 membersclasssf 1 1SoundBuffer membersclasssf 1 1Unicode membersclasssf 1 1Vector3classsf 1 1Listenerclasssf 1 1VideoModeclasssf 1 1SoundBufferRecorder membersclasssf 1 1Matrix3 memberswięcej podobnych podstron