cryptnoxpy.card.user_data

Module for making the uer data behave as a list

Module Contents

Classes

UserDataBase

Class for User Data with all functions returning not implemented in case someone uses it on a

UserData

User data that behaves as a list and can fetch different user slots from the card

Attributes

_PAGE_SIZE

cryptnoxpy.card.user_data._PAGE_SIZE = 1200
class cryptnoxpy.card.user_data.UserDataBase

Class for User Data with all functions returning not implemented in case someone uses it on a card that doesn’t support the feature

abstract __getitem__(self, item)
abstract __setitem__(self, key, value)
class cryptnoxpy.card.user_data.UserData(card, slot_offset: int = 0, reading_index_offset: int = 0)

User data that behaves as a list and can fetch different user slots from the card

__getitem__(self, slot: int = 0)
__setitem__(self, slot, value)