Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public byte[] CmdReadEeprom(
int startAddress,
int length
) |
Visual Basic |
---|
Public Function CmdReadEeprom (
startAddress As Integer,
length As Integer
) As Byte() |
Visual C++ |
---|
public:
array<unsigned char>^ CmdReadEeprom(
int startAddress,
int length
) |
F# |
---|
member CmdReadEeprom :
startAddress : int *
length : int -> byte[]
|
Parameters
- startAddress
- Type: System..::..Int32
[Missing <param name="startAddress"/> documentation for "M:BasicCard.BasicCards.BasicCardService.CmdReadEeprom(System.Int32,System.Int32)"]
- length
- Type: System..::..Int32
[Missing <param name="length"/> documentation for "M:BasicCard.BasicCards.BasicCardService.CmdReadEeprom(System.Int32,System.Int32)"]
Return Value
Type:
array<Byte>[]()[][][Missing <returns> documentation for "M:BasicCard.BasicCards.BasicCardService.CmdReadEeprom(System.Int32,System.Int32)"]
See Also