Gets or sets the T3 time out for HSMS in milliseconds. Default value is 45 seconds.
Syntax
|
long GetT3()
void SetT3(long)
|
Return Value
Example
|
m_ctrl.SetT3(45000); // 45 seconds
|
Remarks
Persistent property.
T3 timeout also is known as transaction timeout. This timer is between primary message and reply message. If it pasts more than T3 timer, it will fall into T3 timeout and equipment will send S9F9 transaction timeout (TIN).
See Also
|