Edit

Share via


MifareCard.WriteDataBlock(Byte) Method

Definition

Perform a write using the 16 bytes present in Data on a specific block

public bool WriteDataBlock (byte block);
member this.WriteDataBlock : byte -> bool
Public Function WriteDataBlock (block As Byte) As Boolean

Parameters

block
Byte

The block number to write

Returns

True if success

Remarks

You will need to be authenticated properly before

Applies to