6.6.2.9 IfcSignalTypeEnum
6.6.2.9.1 Semantic definition
This container defines the different predefined types of signals that can specify an IfcSignal or IfcSignalType.
6.6.2.9.2 Type values
| Type | Description |
|---|---|
AUDIO
| |
MIXED
| |
VISUAL
| |
USERDEFINED
| |
NOTDEFINED
|
6.6.2.9.3 Formal representation
TYPE IfcSignalTypeEnum = ENUMERATION OF
(AUDIO
,MIXED
,VISUAL
,USERDEFINED
,NOTDEFINED);
END_TYPE;