Beispiel #1
0
 public override unsafe void Flush()
 {
     MobileDevice.AFCFlushData(this.phone.AFCHandle, this.handle);
 }
Beispiel #2
0
 /// <summary>
 /// Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
 /// </summary>
 public override void Flush()
 {
     MobileDevice.AFCFlushData(phone.AFCHandle, handle);
 }