OBEXClient.SendCommandPut Method
send commands in packet
OBEXHeader[] FileHeaders = file.OBEXHeaders;
OBEXCommand[] Commands = SplitPut(FileHeaders);
SendCommandPut(Commands);
[Visual Basic]
Overridable Public Sub SendCommandPut( _
ByVal
Cmds As
OBEXCommand() _
)
Parameters
-
Cmds
- Splitted command to send
See Also
OBEXClient Class | BlueLibs.OBEX.Client Namespace