C# 클래스 BluetoothSocketWrapper

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

공개 메소드들

메소드 설명
BluetoothSocketWrapper ( ) : UnityEngine
BluetoothSocketWrapper ( AndroidJavaClass other ) : UnityEngine
Close ( ) : void
Connect ( string address, string uuid ) : void
GetInputStream ( ) : StreamWriter
GetOutputStream ( ) : StreamReader
GetRemoteDevice ( ) : BluetoothDeviceWrapper,
IsConnected ( ) : bool

비공개 메소드들

메소드 설명
IsSocketNull ( ) : bool
SetBluetoothSocket ( ) : void

메소드 상세

BluetoothSocketWrapper() 공개 메소드

public BluetoothSocketWrapper ( ) : UnityEngine
리턴 UnityEngine

BluetoothSocketWrapper() 공개 메소드

public BluetoothSocketWrapper ( AndroidJavaClass other ) : UnityEngine
other UnityEngine.AndroidJavaClass
리턴 UnityEngine

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

Connect() 공개 정적인 메소드

public static Connect ( string address, string uuid ) : void
address string
uuid string
리턴 void

GetInputStream() 공개 정적인 메소드

public static GetInputStream ( ) : StreamWriter
리턴 StreamWriter

GetOutputStream() 공개 정적인 메소드

public static GetOutputStream ( ) : StreamReader
리턴 StreamReader

GetRemoteDevice() 공개 정적인 메소드

public static GetRemoteDevice ( ) : BluetoothDeviceWrapper,
리턴 BluetoothDeviceWrapper,

IsConnected() 공개 정적인 메소드

public static IsConnected ( ) : bool
리턴 bool