点击或拖拽改变大小

D2000ScannerWriteTagData 方法

写标签

命名空间:  Smobiler.Device
程序集:  Smobiler.Device (在 Smobiler.Device.dll 中) 版本:6.0.641.16928
语法
public void WriteTagData(
	string epc,
	string password,
	int bank,
	int offset,
	int len,
	string data,
	ComponentOnResultHandler handler = null
)

参数

epc
类型:SystemString

[缺少 "M:Smobiler.Device.D2000Scanner.WriteTagData(System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,Smobiler.Core.Controls.ComponentOnResultHandler)" 的 <param name="epc"/> 文档]

password
类型:SystemString

[缺少 "M:Smobiler.Device.D2000Scanner.WriteTagData(System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,Smobiler.Core.Controls.ComponentOnResultHandler)" 的 <param name="password"/> 文档]

bank
类型:SystemInt32

[缺少 "M:Smobiler.Device.D2000Scanner.WriteTagData(System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,Smobiler.Core.Controls.ComponentOnResultHandler)" 的 <param name="bank"/> 文档]

offset
类型:SystemInt32

[缺少 "M:Smobiler.Device.D2000Scanner.WriteTagData(System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,Smobiler.Core.Controls.ComponentOnResultHandler)" 的 <param name="offset"/> 文档]

len
类型:SystemInt32

[缺少 "M:Smobiler.Device.D2000Scanner.WriteTagData(System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,Smobiler.Core.Controls.ComponentOnResultHandler)" 的 <param name="len"/> 文档]

data
类型:SystemString

[缺少 "M:Smobiler.Device.D2000Scanner.WriteTagData(System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,Smobiler.Core.Controls.ComponentOnResultHandler)" 的 <param name="data"/> 文档]

handler (Optional)
类型:Smobiler.Core.ControlsComponentOnResultHandler

[缺少 "M:Smobiler.Device.D2000Scanner.WriteTagData(System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,Smobiler.Core.Controls.ComponentOnResultHandler)" 的 <param name="handler"/> 文档]

参见