OBEXClient.OnReadingData Delegate
delegate called when obex has read data from the device
[Visual Basic]
Public Delegate Sub OBEXClient.OnReadingData( _
ByVal
ReadBytes As
Byte() _
)
[C#]
public delegate void OBEXClient.OnReadingData(
byte[] ReadBytes);
Parameters
-
ReadBytes
- bytes that are read
Requirements
Namespace:
BlueLibs.OBEX.Client
Assembly: BlueLibs (in BlueLibs.dll)
See Also
BlueLibs.OBEX.Client Namespace