Module pyraknet :: Class PlayerAddress
[hide private]
[frames] | no frames]

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.

Instance Methods [hide private]
  __init__(...)
  __str__(...)

Method Details [hide private]

__init__(...)
(Constructor)

 
None

__str__(...)
(Informal representation operator)

 
None