Serial Framework C++ Edition

◆ DoPutBegin()

virtual void DoPutBegin ( const tstring &  Name,
const tstring &  Description,
const tstring &  Mime,
const unsigned long  Length,
bool &  Accept 
)
protectedvirtual

Fires the OnPutBegin event.

Parameters
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.

The method called when first PUT packet received.