C# Class BluetoothServerSocketWrapper

Afficher le fichier Open project: drakelinglabs/unityarmada

Méthodes publiques

Méthode Description
Accept ( ) : BluetoothSocketWrapper,
Accept ( int timeout ) : BluetoothSocketWrapper,
Close ( ) : void
StartListener ( string address, string uuid ) : void

Private Methods

Méthode Description
IsServerSocketNull ( ) : bool
SetBluetoothServerSocket ( ) : void

Method Details

Accept() public static méthode

public static Accept ( ) : BluetoothSocketWrapper,
Résultat BluetoothSocketWrapper,

Accept() public static méthode

public static Accept ( int timeout ) : BluetoothSocketWrapper,
timeout int
Résultat BluetoothSocketWrapper,

Close() public static méthode

public static Close ( ) : void
Résultat void

StartListener() public static méthode

public static StartListener ( string address, string uuid ) : void
address string
uuid string
Résultat void