Since: API level 12
public class

UsbDeviceConfig

extends Object
implements Parcelable
java.lang.Object
   ↳ com.samsung.android.knox.application.UsbDeviceConfig

Class Overview

This class defines a structure specifying the fields describing a usb device.

Since
API level 12
MDM 5.1

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public int productId Specifies the product ID of the device.
public int vendorId Specifies the vendor ID of the device.
Public Constructors
UsbDeviceConfig()
Default Constructor with unassigned member variables
UsbDeviceConfig(int vendorId, int productId)
Constructor with vendorId and productId
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public int productId

Since: API level 12

Specifies the product ID of the device.

Since
API level 12
MDM 5.1

public int vendorId

Since: API level 12

Specifies the vendor ID of the device.

Since
API level 12
MDM 5.1

Public Constructors

public UsbDeviceConfig ()

Since: API level 12

Default Constructor with unassigned member variables

public UsbDeviceConfig (int vendorId, int productId)

Since: API level 12

Constructor with vendorId and productId

Since
API level 12
MDM 5.1