Gets or sets the T3 time out for HSMS in milliseconds. Default value is 45 seconds.
構文
|
long GetT3()
void SetT3(long)
|
戻り値
使用例
|
m_ctrl.SetT3(45000); // 45 seconds
|
特記事項
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).
参照
|