Networked Media Open Specifications

NMOS Control Feature Sets: Identification

Includes models for control classes and datatypes used for identification.

Control classes

NcIdentBeacon

The identification beacon model may be used in different ways subject to implementation:

// NcIdentBeacon class descriptor
[control-class("1.2.2")] interface NcIdentBeacon: NcWorker {
    [element("3p1")]                attribute    NcBoolean    active;    // Indicator active state
};