C# 클래스 android.bluetooth.BluetoothServerSocket

상속: java.lang.Object, java.io.Closeable
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
accept ( ) : global::android.bluetooth.BluetoothSocket
accept ( int arg0 ) : global::android.bluetooth.BluetoothSocket
close ( ) : void

비공개 메소드들

메소드 설명
BluetoothServerSocket ( )
BluetoothServerSocket ( global @__env )

메소드 상세

accept() 공개 메소드

public accept ( ) : global::android.bluetooth.BluetoothSocket
리턴 global::android.bluetooth.BluetoothSocket

accept() 공개 메소드

public accept ( int arg0 ) : global::android.bluetooth.BluetoothSocket
arg0 int
리턴 global::android.bluetooth.BluetoothSocket

close() 공개 메소드

public close ( ) : void
리턴 void