Orbbec Unity SDK
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Orbbec.DeviceList Class Reference
Inheritance diagram for Orbbec.DeviceList:

Public Member Functions

UInt32 DeviceCount ()
 获取设备数量 More...
 
String Name (UInt32 index)
 获取指定设备的名称 (废弃接口) More...
 
int Pid (UInt32 index)
 获取指定设备的pid More...
 
int Vid (UInt32 index)
 获取指定设备的vid More...
 
String Uid (UInt32 index)
 获取指定设备的uid More...
 
String SerialNumber (UInt32 index)
 获取指定设备的序列号 More...
 
Device GetDevice (UInt32 index)
 从设备列表中获取指定设备对象, More...
 
Device GetDeviceBySerialNumber (String serialNumber)
 从设备列表中获取指定设备对象 More...
 
Device GetDeviceByUid (String uid)
 从设备列表中获取指定设备对象 More...
 
void Dispose ()
 

Member Function Documentation

◆ DeviceCount()

UInt32 Orbbec.DeviceList.DeviceCount ( )
inline

获取设备数量

◆ GetDevice()

Device Orbbec.DeviceList.GetDevice ( UInt32  index)
inline

从设备列表中获取指定设备对象,

◆ GetDeviceBySerialNumber()

Device Orbbec.DeviceList.GetDeviceBySerialNumber ( String  serialNumber)
inline

从设备列表中获取指定设备对象

◆ GetDeviceByUid()

Device Orbbec.DeviceList.GetDeviceByUid ( String  uid)
inline

从设备列表中获取指定设备对象

◆ Name()

String Orbbec.DeviceList.Name ( UInt32  index)
inline

获取指定设备的名称 (废弃接口)

◆ Pid()

int Orbbec.DeviceList.Pid ( UInt32  index)
inline

获取指定设备的pid

◆ SerialNumber()

String Orbbec.DeviceList.SerialNumber ( UInt32  index)
inline

获取指定设备的序列号

◆ Uid()

String Orbbec.DeviceList.Uid ( UInt32  index)
inline

获取指定设备的uid

◆ Vid()

int Orbbec.DeviceList.Vid ( UInt32  index)
inline

获取指定设备的vid