Class PlayerAddress
A representation of a network address and port. The equavlent in
RakNet is a playerID. See the following URLs for more information: http://www.rakkarsoft.com/raknet/manual/Doxygen/structPlayerID.html
http://www.rakkarsoft.com/raknet/manual/playerids.html
address is a 32 bit representation of an IP address. port is an IP
port number. Not specifying an address and port will cause this to be an
"unassigned" address.
__init__(...)
(Constructor)
| |
None
-
|
__str__(...)
(Informal representation operator)
| |
None
-
|