|
Gocator API
|
Represents a collection of data channel or health channel messages.
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) |
| Returns the message count 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 | ) |
Returns the message count 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. |