An IP network interface the GevServer can be bound to. More...
Public Member Functions | |
List[cvb.gevserver.LogicalNetworkInterface] | get_all_available () |
Gets all available network interfaces usable by the GevServer. | |
str | ip_address (self) |
Gets the address of the interface. | |
str | ipv4_mask (self) |
Gets the subnet mask of the address. | |
Properties | |
ip_address_uint = property | |
int: Gets or sets the address of the interface as unsigned integer. | |
An IP network interface the GevServer can be bound to.
Instantiates a LogicalNetworkInterface object.
ip_address : str The address of the interface.
ipv4_mask : str The subnet mask of the address.
List[cvb.gevserver.LogicalNetworkInterface] get_all_available | ( | ) |
Gets all available network interfaces usable by the GevServer.
List[cvb.gevserver.LogicalNetworkInterface] List containing all available network interfaces.
str ip_address | ( | self | ) |
Gets the address of the interface.
str The address of the interface.
str ipv4_mask | ( | self | ) |
Gets the subnet mask of the address.
str The subnet mask of the interface.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.