![]() |
Bio Radio SDK - Xamarin Android
|
Blue Tooth tranport class. More...
Public Member Functions | |
void | OpenConnection () |
Open a connection. More... | |
void | CloseConnection () |
Close a connection. More... | |
BlueToothTransport (string macId) | |
Blue tooth transport constructor - param: string MacId. More... | |
BlueToothTransport (long macId) | |
Blue tooth transport constructor - param: long MacId. More... | |
void | Dispose () |
Dispose a blue tooth transport stream. More... | |
Properties | |
Stream | BaseStream [get] |
Get a Base Stream property More... | |
long | AvailableBytes [get] |
Get the length of available bytes. More... | |
bool | IsOpen [get] |
Get and set Is Open property. More... | |
![]() | |
Stream | BaseStream [get] |
bool | IsOpen [get] |
Blue Tooth tranport class.
CommonDeviceAPI.Android.BlueToothTransport.BlueToothTransport | ( | string | macId | ) |
Blue tooth transport constructor - param: string MacId.
macId | Take a mac Id as a string parameter. |
CommonDeviceAPI.Android.BlueToothTransport.BlueToothTransport | ( | long | macId | ) |
Blue tooth transport constructor - param: long MacId.
macId | Take a mac Id as a long - parameter. |
void CommonDeviceAPI.Android.BlueToothTransport.CloseConnection | ( | ) |
Close a connection.
Implements GLNeuroTech.Devices.Common.TransportLayer.IDeviceTransport.
void CommonDeviceAPI.Android.BlueToothTransport.Dispose | ( | ) |
Dispose a blue tooth transport stream.
void CommonDeviceAPI.Android.BlueToothTransport.OpenConnection | ( | ) |
Open a connection.
Implements GLNeuroTech.Devices.Common.TransportLayer.IDeviceTransport.
|
get |
Get the length of available bytes.
|
get |
Get a Base Stream property
|
get |
Get and set Is Open property.