Skip to main content
Skip table of contents

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

Sample Code

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


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.