project de marde si tu touch le no-homo s'applique pas
Fork of XBeeLib by
Frames/ZigbeeFrames.h@10:6621b0299d89, 2018-04-10 (annotated)
- Committer:
- Spip2401
- Date:
- Tue Apr 10 17:46:50 2018 +0000
- Revision:
- 10:6621b0299d89
- Parent:
- 4:629712865107
project de marde pas touche
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
spastor | 0:fcaad0dfa051 | 1 | /** |
spastor | 0:fcaad0dfa051 | 2 | * Copyright (c) 2015 Digi International Inc., |
spastor | 0:fcaad0dfa051 | 3 | * All rights not expressly granted are reserved. |
spastor | 0:fcaad0dfa051 | 4 | * |
spastor | 0:fcaad0dfa051 | 5 | * This Source Code Form is subject to the terms of the Mozilla Public |
spastor | 0:fcaad0dfa051 | 6 | * License, v. 2.0. If a copy of the MPL was not distributed with this file, |
spastor | 0:fcaad0dfa051 | 7 | * You can obtain one at http://mozilla.org/MPL/2.0/. |
spastor | 0:fcaad0dfa051 | 8 | * |
spastor | 0:fcaad0dfa051 | 9 | * Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343 |
spastor | 0:fcaad0dfa051 | 10 | * ======================================================================= |
spastor | 0:fcaad0dfa051 | 11 | */ |
spastor | 0:fcaad0dfa051 | 12 | |
spastor | 0:fcaad0dfa051 | 13 | #if !defined(__ZIGBEE_FRAME_H_) |
spastor | 0:fcaad0dfa051 | 14 | #define __ZIGBEE_FRAME_H_ |
spastor | 0:fcaad0dfa051 | 15 | |
spastor | 0:fcaad0dfa051 | 16 | #include "ApiFrame.h" |
spastor | 0:fcaad0dfa051 | 17 | |
spastor | 4:629712865107 | 18 | class TxFrameZB : public ApiFrame |
spastor | 0:fcaad0dfa051 | 19 | { |
spastor | 0:fcaad0dfa051 | 20 | public: |
spastor | 0:fcaad0dfa051 | 21 | /** Class constructor */ |
spastor | 0:fcaad0dfa051 | 22 | TxFrameZB(uint64_t addr, uint16_t addr16, uint8_t broadcast_rad, |
spastor | 0:fcaad0dfa051 | 23 | uint8_t tx_opt, const uint8_t *const data, uint16_t len); |
spastor | 0:fcaad0dfa051 | 24 | |
spastor | 0:fcaad0dfa051 | 25 | /** Class constructor */ |
spastor | 0:fcaad0dfa051 | 26 | TxFrameZB(uint64_t addr, uint16_t addr16, uint8_t source_ep, uint8_t dest_ep, |
spastor | 4:629712865107 | 27 | uint16_t cluster_id, uint16_t profile_id, uint8_t broadcast_rad, |
spastor | 0:fcaad0dfa051 | 28 | uint8_t tx_opt, const uint8_t *const data, uint16_t len); |
spastor | 0:fcaad0dfa051 | 29 | }; |
spastor | 0:fcaad0dfa051 | 30 | |
spastor | 0:fcaad0dfa051 | 31 | #endif /* __ZIGBEE_FRAME_H_ */ |