点击或拖拽改变大小

B2000ScannerWriteRfidArea 方法

写入指定的rfid的指定内容,需要先执行seleteRfidCard选中

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

参数

area
类型:SystemInt32

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

addr
类型:SystemInt32

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

password
类型:SystemString

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

data
类型:SystemString

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

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

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

参见