Return any bytes available from the device
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual byte[] Read { get; }
Public Overridable ReadOnly Property Read As Byte()
public: virtual property array<unsigned char>^ Read { array<unsigned char>^ get (); }