C# 클래스 BluetoothServerSocketWrapper

파일 보기 프로젝트 열기: drakelinglabs/unityarmada

공개 메소드들

메소드 설명
Accept ( ) : BluetoothSocketWrapper,
Accept ( int timeout ) : BluetoothSocketWrapper,
Close ( ) : void
StartListener ( string address, string uuid ) : void

비공개 메소드들

메소드 설명
IsServerSocketNull ( ) : bool
SetBluetoothServerSocket ( ) : void

메소드 상세

Accept() 공개 정적인 메소드

public static Accept ( ) : BluetoothSocketWrapper,
리턴 BluetoothSocketWrapper,

Accept() 공개 정적인 메소드

public static Accept ( int timeout ) : BluetoothSocketWrapper,
timeout int
리턴 BluetoothSocketWrapper,

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

StartListener() 공개 정적인 메소드

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