GsmModemReadTotalTimeoutMultiplier Property |
Multiplier used to calculate the total time-out period for read operations,
in milliseconds. For each read operation, this value is multiplied by the
requested number of bytes to be read.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxprotected uint ReadTotalTimeoutMultiplier { get; set; }Protected Property ReadTotalTimeoutMultiplier As UInteger
Get
Set
Dim value As UInteger
value = Me.ReadTotalTimeoutMultiplier
Me.ReadTotalTimeoutMultiplier = value
protected:
property unsigned int ReadTotalTimeoutMultiplier {
unsigned int get ();
void set (unsigned int value);
}member ReadTotalTimeoutMultiplier : uint32 with get, set
Property Value
UInt32
See Also