InputHandshakeTime typedef

InputHandshakeTime = ({DateTime endHandshakeTime, int handshakeDuration, int handshakeTimeframe, DateTime startHandshakeTime})

Implementation

typedef InputHandshakeTime = ({
  int handshakeTimeframe, // how much from an handshake and the other
  int handshakeDuration, // how much last the handshake
  DateTime startHandshakeTime,
  DateTime endHandshakeTime,
});