Gocator API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
GoDataSet Class Reference

Description

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...
 

Member Function Documentation

kObject GoDataSet_At ( GoDataSet  set,
kSize  index 
)

Gets the message at the specified index.

Parameters
setMessage collection.
indexMessage index.
Returns
Message object.
kSize GoDataSet_Count ( GoDataSet  set)

Count of messages in this collection.

Parameters
setMessage collection.
Returns
Count of messages.
k32u GoDataSet_SenderId ( GoDataSet  set)

Gets the sender id (serial number) associated with this message collection.

Parameters
setMessage collection.
Returns
Sender id.

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