Class: Session

The Session class manages a feed of live data from the ARDI server.

It allows you to get regular updates when values change on one or more Channels.

Member Functions

NameDescriptionParameters
initConstructorServer
AddChannelAdds a single channel to the SessionAsset, Property
AddChannelsAdds one or more channels from an AQL QueryQuery
CallbackRegisters the function that will be called to notify that changes have occurredFunction
StartBegins a new live-data session
StopEnds a live-data session