Click or drag to resize

SR5 Constructor (Byte, Int32, Int32)

Initializes a new instance of the SR5 class

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public SR5(
	byte address,
	int timeout,
	int retryTimes
)

Parameters

address
Type: SystemByte

[Missing <param name="address"/> documentation for "M:com.gigatms.SR5.#ctor(System.Byte,System.Int32,System.Int32)"]

timeout
Type: SystemInt32

[Missing <param name="timeout"/> documentation for "M:com.gigatms.SR5.#ctor(System.Byte,System.Int32,System.Int32)"]

retryTimes
Type: SystemInt32

[Missing <param name="retryTimes"/> documentation for "M:com.gigatms.SR5.#ctor(System.Byte,System.Int32,System.Int32)"]

See Also