Append a BasicCard (fixed length) String*N (.Net Byte Array, C# byte[], Visual Basic Byte()) parameter to BasicCardCommand.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public virtual void AppendBasicStringN(
int N,
byte[] data,
byte fillchar
) |
Visual Basic |
---|
Public Overridable Sub AppendBasicStringN (
N As Integer,
data As Byte(),
fillchar As Byte
) |
Visual C++ |
---|
public:
virtual void AppendBasicStringN(
int N,
array<unsigned char>^ data,
unsigned char fillchar
) |
F# |
---|
abstract AppendBasicStringN :
N : int *
data : byte[] *
fillchar : byte -> unit
override AppendBasicStringN :
N : int *
data : byte[] *
fillchar : byte -> unit |
Parameters
- N
- Type: System..::..Int32
Length N of String*N.
- data
- Type: array<System..::..Byte>[]()[][]
String data bytes.
- fillchar
- Type: System..::..Byte
Byte value to fill up remaining bytes not in data.
See Also