| 
       Stream Property (Read/Write)  | 
    Top | 
| 
 Sets/gets a byte stream that contains the information the PC received from host or the information the PC will send to the host. 
 Visual Basic Syntax 
 IndFile.Stream(Buffer As String, BufSize As Integer) 
 C# Syntax 
 IndFile.Stream(string Buffer, int BufSize); 
 
 See also BufSize property, Bytes property. 
 
 
 
 
  |