InputFactoryHandshakeTime typedef

InputFactoryHandshakeTime = ({int? handshakeDuration, int? handshakeTimeframe, int? whenLastHandshake})

Implementation

typedef InputFactoryHandshakeTime = ({
  int? handshakeTimeframe,
  int? handshakeDuration,
  int? whenLastHandshake, // seconds from the start handshake to when there will be the last handshake
});