Click or drag to resize

TS50ReadTagWithResult Method (String, String, MemoryBank, Int32, Int32)

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public ReadTagData ReadTagWithResult(
	string hexSelectedPcEpc,
	string hexAccessPassword,
	MemoryBank memoryBank,
	int startWordAddress,
	int readLength
)

Parameters

hexSelectedPcEpc
Type: SystemString

[Missing <param name="hexSelectedPcEpc"/> documentation for "M:com.gigatms.TS50.ReadTagWithResult(System.String,System.String,com.gigatms.Parameters.MemoryBank,System.Int32,System.Int32)"]

hexAccessPassword
Type: SystemString

[Missing <param name="hexAccessPassword"/> documentation for "M:com.gigatms.TS50.ReadTagWithResult(System.String,System.String,com.gigatms.Parameters.MemoryBank,System.Int32,System.Int32)"]

memoryBank
Type: com.gigatms.ParametersMemoryBank

[Missing <param name="memoryBank"/> documentation for "M:com.gigatms.TS50.ReadTagWithResult(System.String,System.String,com.gigatms.Parameters.MemoryBank,System.Int32,System.Int32)"]

startWordAddress
Type: SystemInt32

[Missing <param name="startWordAddress"/> documentation for "M:com.gigatms.TS50.ReadTagWithResult(System.String,System.String,com.gigatms.Parameters.MemoryBank,System.Int32,System.Int32)"]

readLength
Type: SystemInt32

[Missing <param name="readLength"/> documentation for "M:com.gigatms.TS50.ReadTagWithResult(System.String,System.String,com.gigatms.Parameters.MemoryBank,System.Int32,System.Int32)"]

Return Value

Type: ReadTagData

[Missing <returns> documentation for "M:com.gigatms.TS50.ReadTagWithResult(System.String,System.String,com.gigatms.Parameters.MemoryBank,System.Int32,System.Int32)"]

See Also