43 #define EMB_TYPE_ID_EMBB_OBJ 2000 105 #if defined(__cplusplus) 211 #if defined(__cplusplus) EMB_EXPORT EMB_TargetType EMB_Item_GetTargetType(const EMB_Item *item)
Gets the target type of the retrieved EMBB item.
The item value type is GKO.
Definition: EmbItem.h:62
EMB_EXPORT EMB_UInt32 EMB_Item_GetExpirationDate(const EMB_Item *item)
Gets the expiration date of the retrieved EMBB item.
struct EMB_Mbb EMB_Mbb
Opaque structure for MBB.
Definition: EmbItem.h:95
EMB (Extended Marlin Broadcast) Processor API.
The item value type is EPL.
Definition: EmbItem.h:59
EMB_EXPORT EMB_ByteArray EMB_Item_GetData(const EMB_Item *item)
Gets the data of the retrieved EMBB item.
EMB_EXPORT EMB_UInt32 EMB_Item_GetItemId(const EMB_Item *item)
Gets the item id of the retrieved EMBB item.
EMB_EXPORT EMB_ByteArray EMB_Item_GetId(const EMB_Item *item)
Gets the id of the retrieved EMBB item.
The item value type is MBB.
Definition: EmbItem.h:65
struct EMB_Gko EMB_Gko
Opaque structure for GKO.
Definition: EmbItem.h:90
struct EMB_Item EMB_Item
EMBB item is an object that retrieved from EMBB Storage.
Definition: EmbItem.h:100
EMB_TargetType
EMBB target type.
Definition: EmbItem.h:71
EMB_EXPORT EMB_ByteArray EMB_Item_GetTargetId(const EMB_Item *item)
Gets the target id of the retrieved EMBB item.
EMB_ItemType
EMBB item type.
Definition: EmbItem.h:53
struct EMB_Epl EMB_Epl
Opaque structure for EPL.
Definition: EmbItem.h:85
The item value type is device.
Definition: EmbItem.h:76
The target value type is none.
Definition: EmbItem.h:73
unsigned int EMB_UInt32
An unsigned 32-bit integer.
Definition: EmbTypes.h:53
The item value type is group.
Definition: EmbItem.h:79
EMB_EXPORT EMB_ItemType EMB_Item_GetType(const EMB_Item *item)
Gets the type of the retrieved EMBB item.
An array of bytes.
Definition: EmbProcessor.h:53
EMB_EXPORT EMB_UInt32 EMB_Item_GetFirstUse(const EMB_Item *item)
Gets the "first use" date of the retrieved EMBB item.
The item value type is unknown.
Definition: EmbItem.h:56
#define EMB_EXPORT
Definition: EmbConfig.h:25