C# Class BluetoothServerSocketWrapper

显示文件 Open project: drakelinglabs/unityarmada

Public Methods

Method Description
Accept ( ) : BluetoothSocketWrapper,
Accept ( int timeout ) : BluetoothSocketWrapper,
Close ( ) : void
StartListener ( string address, string uuid ) : void

Private Methods

Method Description
IsServerSocketNull ( ) : bool
SetBluetoothServerSocket ( ) : void

Method Details

Accept() public static method

public static Accept ( ) : BluetoothSocketWrapper,
return BluetoothSocketWrapper,

Accept() public static method

public static Accept ( int timeout ) : BluetoothSocketWrapper,
timeout int
return BluetoothSocketWrapper,

Close() public static method

public static Close ( ) : void
return void

StartListener() public static method

public static StartListener ( string address, string uuid ) : void
address string
uuid string
return void