Method | Description | |
---|---|---|
Accept ( ) : BluetoothSocketWrapper, | ||
Accept ( int timeout ) : BluetoothSocketWrapper, | ||
Close ( ) : void | ||
StartListener ( string address, string uuid ) : void |
Method | Description | |
---|---|---|
IsServerSocketNull ( ) : bool | ||
SetBluetoothServerSocket ( ) : void |
public static Accept ( ) : BluetoothSocketWrapper, | ||
return | BluetoothSocketWrapper, |
public static Accept ( int timeout ) : BluetoothSocketWrapper, | ||
timeout | int | |
return | BluetoothSocketWrapper, |
public static StartListener ( string address, string uuid ) : void | ||
address | string | |
uuid | string | |
return | void |