Other Structures
The following structures are available globally.
-
Status is a holder of the current scanner state with additional parameters
See more -
Activity message
See more -
This message is sent automatically on activity start, stop and resend. It contains information about the current activity and the chunk IDs (MSG_ACTIVITY_METADATA)
See more -
Bootloader information message
See more -
General message
See more -
Inactivity timeout message (MSG_INACTIVITY_TIMEOUT_VALUE)
See more -
Software information message
See more -
Sent as a reply to a GET_TIMESTAMP command (MSG_TIME)
See more -
Paired information message
See more -
Advanced Encryption Standard (ZTAES)
For testing purpose created a static instance called
default
which takes a key of 16 or 32 characters and an iv of 16 characters for Production try to create your own ZTAES object
See morevar aes: ZTAES? = { var key128 = "1qaz2wsx3edc4rfv" let iv = "5tgb6yhn7ujm8ikl" return ZTAES(key: key128, iv: iv) }()