summaryrefslogtreecommitdiffhomepage
path: root/digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h')
-rw-r--r--digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h46
1 files changed, 46 insertions, 0 deletions
diff --git a/digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h b/digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h
new file mode 100644
index 00000000..8d67c9eb
--- /dev/null
+++ b/digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h
@@ -0,0 +1,46 @@
+/**************************************************************************//**
+ \file tcDeviceTableCtrlHandler.h
+
+ \brief Security Trust Centre devices' permission table control header file.
+
+ \author
+ Atmel Corporation: http://www.atmel.com \n
+ Support email: avr@atmel.com
+
+ Copyright (c) 2008-2011, Atmel Corporation. All rights reserved.
+ Licensed under Atmel's Limited License Agreement (BitCloudTM).
+
+ \internal
+ History:
+ 2008.03 - ALuzhetsky created.
+******************************************************************************/
+#ifndef _TCDEVICETABLECTRLHANDLERH
+#define _TCDEVICETABLECTRLHANDLERH
+
+/******************************************************************************
+ Includes section.
+******************************************************************************/
+#include <types.h>
+#ifdef _TC_PERMISSION_TABLE_
+/******************************************************************************
+ Functions prototypes section.
+******************************************************************************/
+/**************************************************************************//**
+ \brief Initializes Trust Centre device permission table.
+
+ \param none.
+ \return none.
+******************************************************************************/
+void tcResetDevicePermissionTable(void);
+
+/**************************************************************************//**
+ \brief Finds device in Trust Centre device permission table.
+
+ \param none.
+ \return true if device presents, false - otherwise.
+******************************************************************************/
+bool tcFindDeviceInPermissionTable(ExtAddr_t *extAddr);
+#endif
+#endif // _TCDEVICETABLECTRLHANDLERH
+// eof tcDeviceTableCtrlHandler.h
+