Call BasicCard CLEAR EEPROM (24 bit address variant) command.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected virtual void CmdClearEeprom24(
int startAddress,
int length
) |
Visual Basic |
---|
Protected Overridable Sub CmdClearEeprom24 (
startAddress As Integer,
length As Integer
) |
Visual C++ |
---|
protected:
virtual void CmdClearEeprom24(
int startAddress,
int length
) |
F# |
---|
abstract CmdClearEeprom24 :
startAddress : int *
length : int -> unit
override CmdClearEeprom24 :
startAddress : int *
length : int -> unit |
Parameters
- startAddress
- Type: System..::..Int32
Start address for clear operation.
- length
- Type: System..::..Int32
Number of bytes to erase.
Remarks
See Also