C# Class SurfaceBluetooth.ObexItem

Inheritance: System.Windows.DependencyObject
ファイルを表示 Open project: smalice/SurfaceWPFApp

Public Methods

Method Description
WriteToStream ( System s ) : void

Writes the formatted contents to a stream for sending

Method Details

WriteToStream() public abstract method

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