cryptnox-sdk-cpp 1.0.0
Platform-independent C++ core SDK for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
CW_Platform.h File Reference

Abstract platform interface for timing primitives. More...

#include "platform_compat.h"
Include dependency graph for CW_Platform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CW_Platform
 Abstract interface for platform-specific operations used by the SDK. More...

Detailed Description

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.