SpringCard PC/SC API for .NET  18.10.10
Access PC/SC couplers and smart cards from .NET applications
SpringCard.PCSC.CardBuffer Class Reference

The CardBuffer object eases the manipulation of byte arrays. More...

Inheritance diagram for SpringCard.PCSC.CardBuffer:
SpringCard.PCSC.CAPDU SpringCard.PCSC.RAPDU

Public Member Functions

 CardBuffer (byte b)
 
 CardBuffer (ushort w)
 
 CardBuffer (byte[]bytes)
 
 CardBuffer (byte[]bytes, long length)
 
 CardBuffer (byte[]bytes, long offset, long length)
 
 CardBuffer (string str)
 
byte GetByte (long offset)
 
byte [] GetBytes ()
 
byte [] GetBytes (long length)
 
byte [] GetBytes (long offset, long length)
 
char [] GetChars (long offset, long length)
 
void SetBytes (byte[]bytes)
 
void SetBytes (byte[]bytes, long length)
 
void SetBytes (byte[]bytes, long offset, long length)
 
void Append (byte[]bytes)
 
void AppendOne (byte b)
 
bool StartsWith (byte[] value)
 
bool StartsWith (CardBuffer value)
 
void SetString (string str)
 
string GetString ()
 
virtual string AsString (string separator)
 
virtual string AsString ()
 

Static Public Member Functions

static byte [] BytesFromString (string s)
 
static string StringFromBytes (byte[] a)
 

Public Attributes

byte [] Bytes
 

Properties

byte this[long offset] [get]
 
int Length [get]
 

Detailed Description

The CardBuffer object eases the manipulation of byte arrays.


The documentation for this class was generated from the following file: