Initializes a new instance of UHF class.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic UHF(
int timeout,
int retryTimes
)
Public Sub New (
timeout As Integer,
retryTimes As Integer
)
public:
UHF(
int timeout,
int retryTimes
)
Parameters
- timeout
- Type: SystemInt32
The number of seconds before a time-out occurs when a read operation does not finish. - retryTimes
- Type: SystemInt32
The retry count of operation if host meets the timeout occurs.
RemarksUse this constructor to create a new instance of the UHF class when you want to specify the timeout and retries.
See Also