C# Класс BluetoothServerSocketWrapper

Показать файл Открыть проект

Открытые методы

Метод Описание
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