FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kMsg Class Reference

Description

Represents a simple data message.

Inheritance diagram for kMsg:
Inheritance graph

Public Member Functions

kStatus kMsg_Construct (kMsg *msg, const kStamp *stamp, kObject data, kAlloc allocator)
 Constructs a kMsg object. More...
 
kObject kMsg_Data (kMsg msg)
 Gets the message content. More...
 
kStatus kMsg_SetData (kMsg msg, kObject data)
 Sets the message content. More...
 
kStatus kMsg_SetStamp (kMsg msg, const kStamp *stamp)
 Sets the message stamp. More...
 
kStampkMsg_Stamp (kMsg msg)
 Gets the message stamp. More...
 
- Public Member Functions inherited from kMsgSet
kSize kMsgSet_Count (kMsgSet set)
 Gets the count of stamped items in this message set. More...
 
kStatus kMsgSet_DataAt (kMsgSet set, kSize index, kArrayList *list)
 Gets a list of data items at the specified stamp index. More...
 
kStatus kMsgSet_SetStampAt (kMsgSet set, kSize index, const kStamp *stamp)
 Sets the stamp at the specified index. More...
 
const kStampkMsgSet_StampAt (kMsgSet set, kSize index)
 Gets the stamp at the specified index. More...
 

The documentation for this class was generated from the following file: