PortInfo Interface

public interface PortInfo

Module Procedures

private function new_PortInfo(port_name, server_ptr) result(port)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: port_name
class(BaseServer), intent(in), optional, target :: server_ptr

Return Value type(PortInfo)