点击或拖拽改变大小

NFCMifareClassicWriteBlock 方法

将块写入Mifare Classic卡

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public void MifareClassicWriteBlock(
	int blockIndex,
	byte[] block,
	int sectorIndex,
	byte[] key,
	NFCResultEventHandler handler = null
)

参数

blockIndex
类型:SystemInt32
块数
block
类型:SystemByte
块数据
sectorIndex
类型:SystemInt32
扇区
key
类型:SystemByte
key值
handler (Optional)
类型:Smobiler.PluginsNFCResultEventHandler
回调
参见