Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kSerializer_BeginWrite ( kSerializer  serializer,
kType  sizeType,
kBool  includeSize 
)

Begins writing a measured section of data, using an 8, 16, 32, or 64-bit integer to record the size.

Parameters
serializerSerializer object.
sizeTypeType of size field (k8u, k16u, k32u, or k64u)
includeSizeInclude the size of the size field in the written size?
Returns
Operation status.