hololink::emulation::IPAddress
hololink::emulation::IPAddress
Encapsulates all the relevant information for transmission from an Emulator device IP address.
python (limited API):
def __init__(self: hemu.IPAddress, ip_address: str, /)
This structure contains the network interface configuration required for the emulator to send packets, including interface name, IP address, MAC address, optional port and broadcast address (defaulting to 255.255.255.255 if on interface that does not have an explicit broadcast, e.g. loopback).