sensrvtypes.h File Reference

#include <sensrvtypes.h>

KSensrvVendorIdLength

const TIntKSensrvVendorIdLength

Max length of the vendor Id

See also: TSensrvChannelInfo

KSensrvLocationLength

const TIntKSensrvLocationLength

Max length of the location string

See also: TSensrvChannelInfo

KSensrvItemIndexNone

const TIntKSensrvItemIndexNone

Item index for properties that are not data item specific

See also: TSensrvProperty

Typedef TSensrvChannelId

typedef TUint32 TSensrvChannelId

Type definition for a channel id used by TSensrvChannelInfo. Its value is assigned by the Sensor Server and uniquely identifies a channel for the client session. When the client session has ended the channel id is no longer valid.

See also: TSensrvChannelInfo CSsyControl MSsyCallback MSsyChannelDataProvider MSsyPropertyProvider

Typedef TSensrvChannelTypeId

typedef TUint32 TSensrvChannelTypeId

Type definition for a channel type used by TSensrvChannelInfo. This id identifies the type of channel * that the object represents and therefore the content of the channel. This value is a uid and is unique among all channels. See sensor channel specific header files. A client can use this value as one of the search criteria when finding channels.

See also: TSensrvChannelInfo

Typedef TSensrvChannelDataTypeId

typedef TUint32 TSensrvChannelDataTypeId

Typedef for datatype Id used by TSensrvChannelInfo. This identifies the data type for the data that the channel provides. This value is a uid and is unique among all channels. See sensor channel specific header files.

See also: TSensrvChannelInfo

KSensrvChannelTypeIdUndefined

const TSensrvChannelTypeIdKSensrvChannelTypeIdUndefined

Undefined Channel id for use when finding channels

See also: CSensrvChannelFinder

Typedef RSensrvChannelList

typedef RArray< TSensrvChannelId >RSensrvChannelList

RArray based channel Id list

See also: MSsyCallback MSsyPropertyProvider

Typedef RSensrvPropertyList

typedef RArray< TSensrvProperty >RSensrvPropertyList

RArray based property list

See also: CSensrvChannel MSsyPropertyProvider

Typedef RSensrvChannelInfoList

typedef RArray< TSensrvChannelInfo >RSensrvChannelInfoList

RArray based channel info list

See also: CSensrvChannelFinder MSsyCallback