Read CID (or other 16bit value) from byte array source at start position.
Namespace: BasicCard.BasicCards.ComponentsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected static int ReadCidByte(
byte[] source,
int start
) |
Visual Basic |
---|
Protected Shared Function ReadCidByte (
source As Byte(),
start As Integer
) As Integer |
Visual C++ |
---|
protected:
static int ReadCidByte(
array<unsigned char>^ source,
int start
) |
F# |
---|
static member ReadCidByte :
source : byte[] *
start : int -> int
|
Parameters
- source
- Type: array<System..::..Byte>[]()[][]
source byte array
- start
- Type: System..::..Int32
start position
Return Value
Type:
Int32CID value as integer
See Also