I am try to convert BT MassSender from (BT 5.2 to WCL .NET) , so can you please answer these question:
1-what is equivalent to (BFBluetoothMassSenderX_OnNeedFile) in WCL.NET , I try to use (GetFile Event in WCL) but there is no Device Data for this event so when this event is fired I didn't know Device corresponding to this event
2-what is different between (AccepDevice) and (DevicesAccepted)
3-what is Sleep events and property are using for
4-what is (using , default value ,values rang ) for these properties:
ConnectTimeOut,MaxConnection,Sleepinterval
5-if there are any equivalent to (SendVcardStart,...) in WCL
6-if these values is right:
Const WCL_ERROR_SUCCESS = 0
Const WCL_ERROR_CANCELLED_BY_USER = 32
Const WCL_ERROR_UNABLE_CONNECT = 45
Const WCL_ERROR_TIMEOUT = 43
if WCL_ERROR_TIMEOUT is result when user not make any action with BT Message for Time Specify in ConnectTimeOut propertie