BBStreamDataAvailable Property |
Indicates whether data is available, can be 0, for no data, 1 for 1 or more bytes,
or a number representing the precise number of bytes
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public abstract int DataAvailable { get; }
Public MustOverride ReadOnly Property DataAvailable As Integer
Get
abstract DataAvailable : int with get
Property Value
Int32See Also