An IP network interface the GevServer can be bound to. More...
Public Member Functions | |
| None | LogicalNetworkInterface (self, str ip_address, str ipv4_mask) |
| Instantiates a LogicalNetworkInterface object. | |
| 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.
| None LogicalNetworkInterface | ( | self, | |
| str | ip_address, | ||
| str | ipv4_mask ) |
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.