Skip to content

Commit

Permalink
Merge pull request #11 from wirelane/feature/add_max_apdu_length_tlv_…
Browse files Browse the repository at this point in the history
…field

add max_apdu_length tlv field
  • Loading branch information
Curd Becker authored Jul 3, 2023
2 parents 6d5f7b1 + c100541 commit 01d38e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecrterm/packets/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ def __get__(self, instance, objtype=None) -> TLV:
0x14: FlagByteField(name="character_set", data_type=CharacterSet),
0x15: StringField(name="language_code", character_set=CharacterSet.ASCII_7BIT),
0x23: ContainerType(name='receipt-numbers'),
0x1a: BEIntField(name='max_apdu_length', length=2),
0x1d: BEIntField(name='file_id', length=1),
0x1e: BEIntField(name='start_position', length=4),
0x40: BytesField(name='emv_config'),
Expand Down

0 comments on commit 01d38e5

Please sign in to comment.