Networking
(NOTE) Describes a network host.
| Methods | Properties | Base Classes | Derived Classes | 
|---|---|---|---|
| BasicHostInfo | safeid32 | ||
| ExtraHostInfo | |||
| IpAddress | |||
| Latency | |||
| Network | |||
| RoundTripTime | 
Properties
BasicHostInfo : eventbundle
read-only
Basic host info (limited to 480 bytes).
var BasicHostInfo : EventBundle
ExtraHostInfo : eventbundle
read-only
Extra host info.
var ExtraHostInfo : EventBundle
IpAddress : ipaddress
read-only
Host's IP address.
var IpAddress : IpAddress
Latency : integer
read-only
Returns the estimated latency ((RTT/2)) in milliseconds from our peer to this host.
var Latency : Integer
Network : Network
read-only
Host's network residence.
var Network : Network
RoundTripTime : integer
read-only
Returns the round-trip time (RTT) in milliseconds from our peer to this host.
var RoundTripTime : Integer