An IP network interface the GevServer can be bound to. More...
Inherits object.
Public Member Functions | |
List[cvb.gevserver.LogicalNetworkInterface] | get_all_available () |
Gets all available network interfaces usable by the GevServer. More... | |
str | ip_address (self) |
Gets the address of the interface. More... | |
str | ipv4_mask (self) |
Gets the subnet mask of the address. More... | |
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.