Example 4: Creating New Objects
SE_STATUS_CODE_ENUM SE_CreateObject
const char implementation_identifier[],
SE_TOKEN_ENUM new_object_tag,
SE_OBJECT *new_object_out_ptr
Creates a SE_OBJECT in memory.
The “new_object_tag” parameter specifies the object’s class.
Implementation identifier should be “stf” since the transmittal was created with an implementation id of “stf”.
The created object is allocated by the API and must be freed by calling SE_FreeObject().