C# Class hobd.BluetoothStream

Inheritance: IStream
Afficher le fichier Open project: cail/hobd Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BluetoothStream ( ) : System
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

ConstructUrl() public static méthode

public static ConstructUrl ( string url, string svc, string pin ) : string
url string
svc string
pin string
Résultat string

HasData() public méthode

public HasData ( ) : bool
Résultat bool

Open() public méthode

public Open ( String url ) : void
url String
Résultat void

ParseUrl() public static méthode

public static ParseUrl ( string url ) : string[]
url string
Résultat string[]

Read() public méthode

public Read ( ) : byte[]
Résultat byte[]

Write() public méthode

public Write ( byte array, int offset, int length ) : void
array byte
offset int
length int
Résultat void