C# Class hobd.BluetoothStream

Inheritance: IStream
Datei anzeigen Open project: cail/hobd Class Usage Examples

Public Methods

Method Description
BluetoothStream ( ) : System
Close ( ) : void
ConstructUrl ( string url, string svc, string pin ) : string
HasData ( ) : bool
Open ( String url ) : void
ParseUrl ( string url ) : string[]
Read ( ) : byte[]
Write ( byte array, int offset, int length ) : void

Method Details

BluetoothStream() public method

public BluetoothStream ( ) : System
return System

Close() public method

public Close ( ) : void
return void

ConstructUrl() public static method

public static ConstructUrl ( string url, string svc, string pin ) : string
url string
svc string
pin string
return string

HasData() public method

public HasData ( ) : bool
return bool

Open() public method

public Open ( String url ) : void
url String
return void

ParseUrl() public static method

public static ParseUrl ( string url ) : string[]
url string
return string[]

Read() public method

public Read ( ) : byte[]
return byte[]

Write() public method

public Write ( byte array, int offset, int length ) : void
array byte
offset int
length int
return void