WriteTotalTimeoutConstant property

void WriteTotalTimeoutConstant=(int writeTotalTimeoutConstant)

WriteTotalTimeoutConstant

A constant used to calculate the total time-out period for write operations, in milliseconds. For each write operation, this value is added to the product of the WriteTotalTimeoutMultiplier member and the number of bytes to be written.

A value of zero for both the WriteTotalTimeoutMultiplier and WriteTotalTimeoutConstant members indicates that total time-outs are not used for write operations.

Implementation

// ignore: non_constant_identifier_names
set WriteTotalTimeoutConstant(int writeTotalTimeoutConstant) {
  commTimeouts.ref.WriteTotalTimeoutConstant = writeTotalTimeoutConstant;
  _setCommTimeouts();
}