Show / Hide Table of Contents

Struct UsbDevice

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Hardware
Assembly: UnityEditor.dll
Syntax
public struct UsbDevice

Fields

| Improve this Doc View Source

name

Declaration
public readonly string name
Field Value
Type Description
String
| Improve this Doc View Source

productId

Declaration
public readonly int productId
Field Value
Type Description
Int32
| Improve this Doc View Source

revision

Declaration
public readonly int revision
Field Value
Type Description
Int32
| Improve this Doc View Source

udid

Declaration
public readonly string udid
Field Value
Type Description
String
| Improve this Doc View Source

vendorId

Declaration
public readonly int vendorId
Field Value
Type Description
Int32

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
ValueType.ToString()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX