#include <P_ClusterCache.h>
Public Member Functions | |
| ClusterHelloMessage () | |
| int | NativeByteOrder () |
| void | AdjustByteOrder () |
Data Fields | |
| uint16_t | _NativeByteOrder |
| uint16_t | _major |
| uint16_t | _minor |
| uint16_t | _min_major |
| uint16_t | _min_minor |
| int16_t | _id |
| char | _pad [116] |
Definition at line 992 of file P_ClusterCache.h.
| ClusterHelloMessage::ClusterHelloMessage | ( | ) | [inline] |
Definition at line 1007 of file P_ClusterCache.h.
References _major, _min_major, _min_minor, _minor, and _pad.
| void ClusterHelloMessage::AdjustByteOrder | ( | ) | [inline] |
Definition at line 1019 of file P_ClusterCache.h.
References _major, _min_major, _min_minor, _minor, ats_swap16(), and NativeByteOrder().
Referenced by ClusterHandler::startClusterEvent().
| int ClusterHelloMessage::NativeByteOrder | ( | ) | [inline] |
Definition at line 1015 of file P_ClusterCache.h.
References _NativeByteOrder.
Referenced by AdjustByteOrder(), and ClusterHandler::startClusterEvent().
| int16_t ClusterHelloMessage::_id |
Definition at line 999 of file P_ClusterCache.h.
Referenced by ClusterHandler::startClusterEvent().
| uint16_t ClusterHelloMessage::_major |
Definition at line 995 of file P_ClusterCache.h.
Referenced by AdjustByteOrder(), ClusterHelloMessage(), and ClusterHandler::startClusterEvent().
| uint16_t ClusterHelloMessage::_min_major |
Definition at line 997 of file P_ClusterCache.h.
Referenced by AdjustByteOrder(), ClusterHelloMessage(), and ClusterHandler::startClusterEvent().
| uint16_t ClusterHelloMessage::_min_minor |
Definition at line 998 of file P_ClusterCache.h.
Referenced by AdjustByteOrder(), and ClusterHelloMessage().
| uint16_t ClusterHelloMessage::_minor |
Definition at line 996 of file P_ClusterCache.h.
Referenced by AdjustByteOrder(), ClusterHelloMessage(), and ClusterHandler::startClusterEvent().
Definition at line 994 of file P_ClusterCache.h.
Referenced by NativeByteOrder().
| char ClusterHelloMessage::_pad[116] |
Definition at line 1004 of file P_ClusterCache.h.
Referenced by ClusterHelloMessage().
1.7.1