The player network interface status entities follow one of the structures below, depending on the type of network interface (see Type
):
Player Network Interface Status
:
Name
string read-only: The reported network interface name (typically "eth0", “usb0”, “wlan0”, “ppp0”)Type
PlayerNetworkInterfaceType: One of "Ethernet”, “WiFi”, “Virtual”, or “Other”Proto
NetworkConfigurationProtocol: Comma-separated { "Static", "DHCPv4", "DHCPv6", "NDP" } enumeration valuesMac
string: The reported media access control (mac) addressIp
string[]: The reported internet protocol (IP) address, may contain zero or more IPv4 and IPv6 addresses in CIDR notationGateway
string: The reported IPv4 default gateway address. "Null" means that a default route is absent.Metric
Nullable<uint>: The priority value assigned to the IP route for this network interface. "Null" means that a default route is absent.
...
Player Cellular Interface Status
:
Name
string: The reported network interface name (typically “ppp0”)Type
PlayerNetworkInterfaceType: "Cellular"Proto
NetworkConfigurationProtocol: Comma-separated { "Static", "DHCPv4", "DHCPv6", "NDP" } enumeration valuesMac
string: The reported media access control (mac) addressIp
string[]: The reported internet protocol (IP) address, may contain zero or more IPv4 and IPv6 addresses in CIDR notationGateway
string: The reported IPv4 default gateway address. "Null" means that a default route is absent.Metric
Nullable<uint>: The priority value assigned to the IP route for this network interface. "Null" means that a default route is absentModem
:imei
string: The unique International Mobile Equipment Identity numbermanufacturer
string: The name of the manufacturermodel
string: The model identifierrevision
string: The model revision identifier
Sims:
status
string: The interface status (for example, "OK")iccid
string: The globally unique identifier for the SIM cardconnection
:network
string: The reported network namesignal
short: The reported signal strength
...