summaryrefslogtreecommitdiffhomepage
path: root/digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/tcRemove.h
blob: c0d377863b205bb6b8caff82e593ca6d14aee905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/**************************************************************************//**
  \file tcRemove.h
  \brief Security Trust Centre remove primitive 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.01.20 - ALuzhetsky created.
******************************************************************************/
#ifndef _TCREMOVEH
#define _TCREMOVEH

#include <tcCommon.h>
#include <macAddr.h>

/******************************************************************************
                             Types section.
******************************************************************************/
/**************************************************************************//**
  \brief TBD.

  TBD
******************************************************************************/
typedef struct
{
  uint8_t status;
} TC_RemoveDeviceConf_t;

/**************************************************************************//**
  \brief TBD.

  TBD
******************************************************************************/
typedef struct
{
  TC_Service_t service;
  ExtAddr_t    deviceAddr;
  ExtAddr_t    parentAddr;
  void (*TC_RemoveDeviceConf)(TC_RemoveDeviceConf_t *conf);
  TC_RemoveDeviceConf_t confirm;
} TC_RemoveDeviceReq_t;

/******************************************************************************
                             Functions prototypes section.
******************************************************************************/
void TC_RemoveDeviceReq(TC_RemoveDeviceReq_t *param);

#endif // _TCREMOVEH

// eof tcRemove.h