#include <cttlv.h>
Public Member Functions | |
| CTTLV_FCI (string fci) | |
| CTTLV_FCI () | |
| virtual | ~CTTLV_FCI () |
Public Attributes | |
| unsigned int | fileSize |
| unsigned int | fileSizeRaw |
| unsigned int | fileId |
| string | fileType |
| bool | isEF |
| string | fileDescription |
| string | fileAttributes |
| unsigned int | maxRecordLength |
| string | fileName |
| bool | isTransparent |
| bool | isLinear |
| bool | isFixed |
| bool | isVariable |
| bool | isCyclic |
| bool | isSimpleTLV |
Protected Member Functions | |
| virtual void | parseTag (CTPointer< CTTLV > tag) |
|
|
This parses a string which is assumed to include an FCI. The string given here can either be a full FCI alike tag containing FCI subtags or it can simply be the content of an FCI alike tag. This feature is used by inheriting classes. |
|
|
|
|
|
|
|
|
This method is called on all tags which are found inside a FCI If you want to support additional tags you should overload this method. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2