Z-Wave Protocol Controller Reference
zwave_controller_keyset.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
26#ifndef ZWAVE_CONTROLLER_KEYSET_H
27#define ZWAVE_CONTROLLER_KEYSET_H
30#ifdef __cplusplus
31extern "C" {
32#endif
33
46
58
69
70#ifdef __cplusplus
71}
72#endif
73
74#endif //ZWAVE_CONTROLLER_KEYSET_H
75
zwave_controller_encapsulation_scheme_t
Definition: zwave_controller_connection_info.h:33
zwave_controller_encapsulation_scheme_t zwave_controller_get_highest_encapsulation(zwave_keyset_t keyset)
Get the hight encapsulation supported by a given key set.
Definition: zwave_controller_keyset.c:26
zwave_keyset_t zwave_controller_get_key_from_encapsulation(zwave_controller_encapsulation_scheme_t encapsulation)
Get the Z-Wave Key used for a given encapsulation.
Definition: zwave_controller_keyset.c:56
bool zwave_controller_encapsulation_scheme_greater_equal(zwave_controller_encapsulation_scheme_t k, zwave_controller_encapsulation_scheme_t v)
Function to tell whether scheme k is greater or equal to scheme v.
Definition: zwave_controller_keyset.c:41
uint8_t zwave_keyset_t
Definition: zwave_keyset_definitions.h:32