UHF880 Constructor (Int32, Int32) | 
 Initializes a new instance of the 
UHF880 class
 
    Namespace: 
   com.gigatms
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic UHF880(
	int timeout,
	int retryTimes
)
Public Sub New ( 
	timeout As Integer,
	retryTimes As Integer
)
public:
UHF880(
	int timeout, 
	int retryTimes
)
Parameters
- timeout
 - Type: SystemInt32
[Missing <param name="timeout"/> documentation for "M:com.gigatms.UHF880.#ctor(System.Int32,System.Int32)"]
 - retryTimes
 - Type: SystemInt32
[Missing <param name="retryTimes"/> documentation for "M:com.gigatms.UHF880.#ctor(System.Int32,System.Int32)"]
 
See Also