FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kPipe_AddBlock ( kPipe  pipe,
const kChar typeName,
const kChar name,
kBlock block 
)

Creates and adds a new block to the pipe.

The new block is added to the end of the pipe's block list.

This function involves communication with the remote node.

Parameters
pipePipe object.
typeNameSpecifies the type of block to add.
nameName of the new block.
blockReceives the new block object.
Returns
Operation status.