|
FireSync API
|
Represents a simple data message.

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... | |
| kStamp * | kMsg_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 kStamp * | kMsgSet_StampAt (kMsgSet set, kSize index) |
| Gets the stamp at the specified index. More... | |