Namespace: BasicCard.BasicCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public void CmdClearEeprom(
	int startAddress,
	int length
)
Visual Basic
Public Sub CmdClearEeprom ( 
	startAddress As Integer,
	length As Integer
)
Visual C++
public:
void CmdClearEeprom(
	int startAddress, 
	int length
)
F#
member CmdClearEeprom : 
        startAddress : int * 
        length : int -> unit 

Parameters

startAddress
Type: System..::..Int32

[Missing <param name="startAddress"/> documentation for "M:BasicCard.BasicCards.BasicCardService.CmdClearEeprom(System.Int32,System.Int32)"]

length
Type: System..::..Int32

[Missing <param name="length"/> documentation for "M:BasicCard.BasicCards.BasicCardService.CmdClearEeprom(System.Int32,System.Int32)"]

See Also