C# 클래스 DS4Api.DS4

파일 보기 프로젝트 열기: Flafla2/Unity-DS4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaxWriteFrequency int
dump byte[]

공개 메소드들

메소드 설명
DS4 ( IntPtr hidapi_handle, string hidapi_path ) : System
ReadDS4Data ( ) : DS4Data
RecieveRaw ( IntPtr hidapi_handle, byte buf ) : int
SendRaw ( IntPtr hidapi_handle, byte data ) : int

비공개 메소드들

메소드 설명
SendThread ( ) : void

메소드 상세

DS4() 공개 메소드

public DS4 ( IntPtr hidapi_handle, string hidapi_path ) : System
hidapi_handle System.IntPtr
hidapi_path string
리턴 System

ReadDS4Data() 공개 메소드

public ReadDS4Data ( ) : DS4Data
리턴 DS4Data

RecieveRaw() 공개 정적인 메소드

public static RecieveRaw ( IntPtr hidapi_handle, byte buf ) : int
hidapi_handle System.IntPtr
buf byte
리턴 int

SendRaw() 공개 정적인 메소드

public static SendRaw ( IntPtr hidapi_handle, byte data ) : int
hidapi_handle System.IntPtr
data byte
리턴 int

프로퍼티 상세

MaxWriteFrequency 공개적으로 정적으로 프로퍼티

public static int MaxWriteFrequency
리턴 int

dump 공개적으로 프로퍼티

public byte[] dump
리턴 byte[]