Extensions.Measure.IsDeviceEvent

From emotive
Revision as of 08:35, 6 August 2014 by Nb (talk | contribs) (Created page with "Category:Measure == Classification == {{ClassificationActivity | IsDeviceEvent | Checks whether the event originated from a '''DeviceEventSource''' term | Term | Mea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name IsDeviceEvent
Short Description Checks whether the event originated from a DeviceEventSource term
Class Term
Extension OTX Measure extension
Group Event related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

Boolean IsDeviceEvent(Event event);

Description

The term will return TRUE if if the event originated from a DeviceEventSource term.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
Boolean This value is TRUE if if the event originated from a DeviceEventSource term.

Properties

Name Data Type Class Default Cardinality Description
Event Event Term - [1] The event, whose Type is checked.

Examples

Boolean result = IsDeviceEvent(myEvent);

See also

DeviceEventSource
GetDeviceServiceNameFromEvent