Skip to main content
Skip table of contents

Device_API

Purpose

The Device_API should be set appropriately if the device is a part of an API, set to Plug_In if it is not a part of an API but is owned by a Plug-In, or set to No_API if it is not owned by a plug-in and is not a part of an API.


Parameters

The Device_API property is an enum denoting the type of API, if any, that this device is a part of:

Public Property Device_API As DeviceAPI.DeviceTypeInfo.eDeviceAPI


Returns



Example

Sample Code

VB
	Dim DT As New DeviceAPI.DeviceTypeInfo
	DT.Device_API = DeviceAPI.DeviceTypeInfo.eDeviceAPI.Plug_In
	DT.Device_Type = CInt(ntype)
	dv.DeviceType_Set(hs) = DT
	hs.SaveEventsDevices


JavaScript errors detected

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

If this problem persists, please contact our support.