コード例 #1
0
 public void zclObjectSerialize(IZclFrame zclFrame, Object value) throws ZclValidationException {
   ZclDataTypeClusterID.zclSerialize(zclFrame, (int) ((Number) value).intValue());
 }