请求将NdefMessage(由bytes您传递的数组构建)写入下一个发现的标记
命名空间:
Smobiler.Plugins
程序集:
Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public void RequestNdefWrite(
byte[] bytes,
bool format,
bool formtReadOnly,
ComponentOnResultHandler handler = null
)
Public Sub RequestNdefWrite (
bytes As Byte(),
format As Boolean,
formtReadOnly As Boolean,
Optional handler As ComponentOnResultHandler = Nothing
)
参数
- bytes
- 类型:SystemByte
数据 - format
- 类型:SystemBoolean
格式 - formtReadOnly
- 类型:SystemBoolean
是否只读 - handler (Optional)
- 类型:Smobiler.Core.ControlsComponentOnResultHandler
回调
参见