PortIssue typedef

PortIssue = void Function(int port, int token)

How an operation is started when the port path is available.

Implementation

typedef PortIssue = void Function(int port, int token);