Other libraries provide access. */
typedef struct yk_frame_st YK_FRAME; /* Data frame for write operation */
typedef struct ndef_st YK_NDEF;
+typedef struct yk_device_config_st YK_DEVICE_CONFIG;
/*************************************************************************
*
#define yk_config_st config_st
#define yk_nav_st nav_st
#define yk_frame_st frame_st
+#define yk_device_config_st device_config_st
#include "ykcore.h"
#include "ykdef.h"
/* Device configuration block (version 3.0) */
-struct device_st {
+struct device_config_st {
unsigned char mode; /* Device mode */
unsigned char crTimeout; /* Challenge-response timeout in seconds */
unsigned short autoEject; /* Auto eject time in x10 seconds */