C# Class SurfaceBluetooth.ObexItem

Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: smalice/SurfaceWPFApp

Méthodes publiques

Méthode Description
WriteToStream ( System s ) : void

Writes the formatted contents to a stream for sending

Method Details

WriteToStream() public abstract méthode

Writes the formatted contents to a stream for sending
public abstract WriteToStream ( System s ) : void
s System
Résultat void