Call BasicCard CLEAR EEPROM (32 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 CmdClearEeprom32(
int startAddress,
int length
) |
Visual Basic |
---|
Protected Overridable Sub CmdClearEeprom32 (
startAddress As Integer,
length As Integer
) |
Visual C++ |
---|
protected:
virtual void CmdClearEeprom32(
int startAddress,
int length
) |
F# |
---|
abstract CmdClearEeprom32 :
startAddress : int *
length : int -> unit
override CmdClearEeprom32 :
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