Method | Description | |
---|---|---|
BluetoothSocketWrapper ( ) : UnityEngine | ||
BluetoothSocketWrapper ( |
||
Close ( ) : void | ||
Connect ( string address, string uuid ) : void | ||
GetInputStream ( ) : StreamWriter | ||
GetOutputStream ( ) : StreamReader | ||
GetRemoteDevice ( ) : BluetoothDeviceWrapper, | ||
IsConnected ( ) : bool |
Method | Description | |
---|---|---|
IsSocketNull ( ) : bool | ||
SetBluetoothSocket ( ) : void |
public BluetoothSocketWrapper ( ) : UnityEngine | ||
return | UnityEngine |
public BluetoothSocketWrapper ( |
||
other | ||
return | UnityEngine |
public static Connect ( string address, string uuid ) : void | ||
address | string | |
uuid | string | |
return | void |
public static GetInputStream ( ) : StreamWriter | ||
return | StreamWriter |
public static GetOutputStream ( ) : StreamReader | ||
return | StreamReader |
public static GetRemoteDevice ( ) : BluetoothDeviceWrapper, | ||
return | BluetoothDeviceWrapper, |