X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Finclude%2Fzigbee_zcl_ias_zone_type.h;h=6083f75df457db728adeaec1358161b9bccdb636;hb=72c3df75abc2cf9e8ced26ca624eac392ef134b8;hp=c8c2dabbb686e291870e61796810c7eb002a3419;hpb=1057198628a7cda6a55e89f2c0f516eb725518e8;p=platform%2Fcore%2Fconnectivity%2Fzigbee-manager.git diff --git a/common/include/zigbee_zcl_ias_zone_type.h b/common/include/zigbee_zcl_ias_zone_type.h index c8c2dab..6083f75 100644 --- a/common/include/zigbee_zcl_ias_zone_type.h +++ b/common/include/zigbee_zcl_ias_zone_type.h @@ -30,10 +30,10 @@ * @since_tizen 3.0 */ typedef struct { - short node_id; /**< Node ID */ - char dest_ep; /**< Destination endpoint */ - char enroll_code; /**< Enroll code */ - char zone_id; /**< Zone ID */ + unsigned short node_id; /**< Node ID */ + unsigned char dest_ep; /**< Destination endpoint */ + unsigned char enroll_code; /**< Enroll code */ + unsigned char zone_id; /**< Zone ID */ } ZigbeeZclIasZoneEnrollResponse_t; /* -------------------------------------------------------------------------------------- @@ -45,12 +45,12 @@ typedef struct { * @since_tizen 3.0 */ typedef struct { - short node_id; /**< Node ID */ - char src_ep; /**< Source endpoint */ - short zone_status; /**< Zone status */ - char extended_status; /**< Extended status */ - char zone_id; /**< Zone ID */ - short delay; /**< Delay */ + unsigned short node_id; /**< Node ID */ + unsigned char src_ep; /**< Source endpoint */ + unsigned short zone_status; /**< Zone status */ + unsigned char extended_status; /**< Extended status */ + unsigned char zone_id; /**< Zone ID */ + unsigned short delay; /**< Delay */ } ZigbeeZclIasZoneStatusChangeNoti_t; /** @@ -58,10 +58,10 @@ typedef struct { * @since_tizen 3.0 */ typedef struct { - short node_id; /**< Node ID */ - char src_ep; /**< Source endpoint */ - short zone_type; /**< Zone type */ - char mfg_code; /**< Manufacturer code */ + unsigned short node_id; /**< Node ID */ + unsigned char src_ep; /**< Source endpoint */ + unsigned short zone_type; /**< Zone type */ + unsigned char mfg_code; /**< Manufacturer code */ } ZigbeeZclIasEnrollRequestNoti_t; #endif /* __ZIGBEE_ZCL_IAS_ZONE_TYPE_H__ */