Products
Breadcrumbs

eDeviceType_Plugin

Purpose

The Plug-In device type indicates a device type that does NOT fit any of the API specific device types, but is a device type owned by a plug-in.  The only defined Enum value is for indicating a Root device in a Parent(Root)/Child relationship.


Parameters

Nothing


Returns

Nothing


Example

Visual Basic
Public Enum eDeviceType_Plugin
    Root = 99   ' Indicates a root device of a root/child grouping.
End Enum