OBEXClient.OnSendingData Delegate
delegate called when obex client is about to send data to the device
[Visual Basic]
Public Delegate Sub OBEXClient.OnSendingData( _
ByVal
SentBytes As
Byte() _
)
[C#]
public delegate void OBEXClient.OnSendingData(
byte[] SentBytes);
Parameters
-
SentBytes
- bytes that are about to be sent
Requirements
Namespace:
BlueLibs.OBEX.Client
Assembly: BlueLibs (in BlueLibs.dll)
See Also
BlueLibs.OBEX.Client Namespace