Implementation of connectivity abstraction feature Release v0.3
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / wifi_adapter / tizen / cawificlient.h
index 47d8e70..9e6f561 100644 (file)
 #include "uthreadpool.h"
 
 /**
+ * @brief API to Set the Unicast Socket descriptor
+ * @param  unicastSocketDesc         [IN] Unicast Socket Descriptor
+ * @return - None
+ */
+void CASetUnicastSocketDescriptor(int unicastSocketDesc);
+/**
  * @brief API to Set the send queue handle
  * @param  gSendQueueHandle         [IN] Queue Handle to Send Data
  * @return - None
  */
-void CASetSendQueueHandle(CAAdapterMessageQueue_t *gSendQueueHandle, CABool_t flag, u_cond cond);
+void CASetSendQueueHandle(CAAdapterMessageQueue_t *gSendQueueHandle,
+                          CABool_t flag, u_cond cond);
 
 /**
  * @brief API to Set the Multicast IP and Port Address