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