sf.IpAddress – sfml Reference Manual
Packages
sfml
sf
IpAddress
Any
Broadcast
LocalHost
None
IpAddress.fromBytes
IpAddress.fromInteger
IpAddress.fromString
IpAddress.getLocalAddress
IpAddress.getPublicAddress
toInteger
toString
address
IpAddress
Object Hierarchy:
Description:
[
CCode
( cname =
"sfIpAddress"
) ]
[
SimpleType
]
public
struct
IpAddress
Namespace:
sf
Package:
sfml
Content:
Constants:
public
const
IpAddress
Any
public
const
IpAddress
Broadcast
public
const
IpAddress
LocalHost
public
const
IpAddress
None
Creation methods:
public
IpAddress.fromBytes
(
uint8
byte0,
uint8
byte1,
uint8
byte2,
uint8
byte3)
public
IpAddress.fromInteger
(
uint32
address)
public
IpAddress.fromString
(
string
address)
public
IpAddress.getLocalAddress
()
public
IpAddress.getPublicAddress
(
Time
timeout)
Methods:
public
uint32
toInteger
()
public
void
toString
(
out
string
str)
Fields:
public
uint8
[]
address