Gocator API
|
Represents a collection of data or health messages transmitted together.
Inherits kObject.
Public Member Functions | |
kObject | GoDataSet_At (GoDataSet set, kSize index) |
Gets the message at the specified index. More... | |
kSize | GoDataSet_Count (GoDataSet set) |
Count of messages in this collection. More... | |
k32u | GoDataSet_SenderId (GoDataSet set) |
Gets the sender id (serial number) associated with this message collection. More... | |
kObject GoDataSet_At | ( | GoDataSet | set, |
kSize | index | ||
) |
Gets the message at the specified index.
set | Message collection. |
index | Message index. |
kSize GoDataSet_Count | ( | GoDataSet | set | ) |
Count of messages in this collection.
set | Message collection. |
k32u GoDataSet_SenderId | ( | GoDataSet | set | ) |
Gets the sender id (serial number) associated with this message collection.
set | Message collection. |