UHF Constructor GIGATMS.UHF Help Documentation
Initializes a new instance of UHF class.

Namespace: com.gigatms
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax

public UHF(
	int timeout,
	int retryTimes
)

Parameters

timeout
Type: SystemInt32
The number of seconds before a timeout occurs when an operation doesn't finish.
retryTimes
Type: SystemInt32
The retry count of operation if host meets the timeout occurs.
Remarks

Use this constructor to create a new instance of the UHF class when you want to specify the timeout and retries.
See Also

Reference