|
cryptnox-sdk-cpp 1.0.0
Platform-independent C++ core SDK for Cryptnox Hardware Wallet
|
Abstract platform interface for timing primitives. More...
#include "platform_compat.h"Go to the source code of this file.
Classes | |
| class | CW_Platform |
| Abstract interface for platform-specific operations used by the SDK. More... | |
Abstract platform interface for timing primitives.
Declares CW_Platform, the contract that hosts implement so the SDK stays independent of any specific RTOS or bare-metal delay mechanism.
Currently exposes a single operation (CW_Platform::sleep_ms) used by CW_SecureChannel for inter-APDU spacing on slow NFC stacks.
Definition in file CW_Platform.h.