I have a question to the Result of the PB command SendNetworkData:
If I send a block (block header has information about content and block length) and SendNetworkData() returns a vlaue between '0' and 'length'.The 'Result' is the number of bytes, that was actually sent. If it is not equal to the 'Length' parameter, the receiving buffer of the user is probally full. If nothing could be sent then 'Result' will equal -1.
Does that mean, that I have to send the whole block again ... or do I only have to send the part of the block, which hast not already been sent?
cu, helpy