Serial Framework C++ Edition

◆ OnPutBegin()

__event void OnPutBegin ( void *  Sender,
const tstring &  Name,
const tstring &  Description,
const tstring &  Mime,
const unsigned long  Length,
bool &  Accept 
)

The event fires when client started object sending (OBEX PUT) operation. An application must accept or reject the object.

Parameters
SenderThe object that initiated the event.
NameThe object's name. Can be empty.
DescriptionThe object's description. Can be empty.
MimeThe object's MIME type. Can be empty.
LengthThe object's data size (length) in bytes. Can be 0.
AcceptMust be set to True to accept object. If set to False the object will be rejected.