Overview

DeviceTypeCreator is used to specify the values of various members when creating DeviceType.

Members

Show inherited members

Name Type Description

deviceClass

string

The device class of the new DeviceType.

dph

beeId<deviceProfile>

The handle of the DeviceProfile of the new DeviceType.

os

string

The operating system of the new DeviceType.

processor

string

The processor of the new DeviceType.

updater

deviceTypeUpdater

The updater used to update the DeviceType members not specified in the creator.

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:deviceTypeCreator xsi:type="obh:deviceTypeCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <deviceClass>your_string_0</deviceClass>
        <dph>your_beeId_0</dph>
        <os>your_string_0</os>
        <processor>your_string_0</processor>
        <updater>your_deviceTypeUpdater_0</updater>
</obh:deviceTypeCreator>

Referenced By Representaions

Not Referenced Directly by Representations