RequestTimer property
used to count segment retries */ /*uint8_t SegmentRetryCount; / / used to control APDU retries and the acceptance of server replies */ /*bool SentAllSegments; / / stores the sequence number of the last segment received in order */ /*uint8_t LastSequenceNumber; / / stores the sequence number of the first segment of / / a sequence of segments that fill a window */ /*uint8_t InitialSequenceNumber; / / stores the current window size */ /*uint8_t ActualWindowSize; / / stores the window size proposed by the segment sender */ /*uint8_t ProposedWindowSize; / / used to perform timeout on PDU segments */ /*uint8_t SegmentTimer; / / used to perform timeout on Confirmed Requests / / in milliseconds
Implementation
@ffi.Uint16()
external int RequestTimer;