port# abstract property OslServer.port: int | None# Get the port the osl server is listening on. Returns: port: Optional[int]The port the osl server is listening on, if applicable. Defaults to None.