C# 클래스 LibUsbDotNet.DeviceNotify.Linux.LinuxDevItem

파일 보기 프로젝트 열기: arvydas/BlinkStickDotNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BusNumber byte
DeviceAddress byte
DeviceDescriptor LibUsbDotNet.Descriptors.UsbDeviceDescriptor
DeviceFileName string

공개 메소드들

메소드 설명
Equals ( LinuxDevItem other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
LinuxDevItem ( string deviceFileName, byte busNumber, byte deviceAddress, MonoUsbDeviceDescriptor monoUsbDeviceDescriptor ) : System.Runtime.InteropServices
LinuxDevItem ( string deviceFileName, byte busNumber, byte deviceAddress, byte fileDescriptor ) : System.Runtime.InteropServices
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( LinuxDevItem other ) : bool
other LinuxDevItem
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

LinuxDevItem() 공개 메소드

public LinuxDevItem ( string deviceFileName, byte busNumber, byte deviceAddress, MonoUsbDeviceDescriptor monoUsbDeviceDescriptor ) : System.Runtime.InteropServices
deviceFileName string
busNumber byte
deviceAddress byte
monoUsbDeviceDescriptor MonoLibUsb.Descriptors.MonoUsbDeviceDescriptor
리턴 System.Runtime.InteropServices

LinuxDevItem() 공개 메소드

public LinuxDevItem ( string deviceFileName, byte busNumber, byte deviceAddress, byte fileDescriptor ) : System.Runtime.InteropServices
deviceFileName string
busNumber byte
deviceAddress byte
fileDescriptor byte
리턴 System.Runtime.InteropServices

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

BusNumber 공개적으로 프로퍼티

public byte BusNumber
리턴 byte

DeviceAddress 공개적으로 프로퍼티

public byte DeviceAddress
리턴 byte

DeviceDescriptor 공개적으로 프로퍼티

public UsbDeviceDescriptor,LibUsbDotNet.Descriptors DeviceDescriptor
리턴 LibUsbDotNet.Descriptors.UsbDeviceDescriptor

DeviceFileName 공개적으로 프로퍼티

public string DeviceFileName
리턴 string