OnComm Event

Navigation:  Reference Guide > Serial Communication > Events >

OnComm Event

Previous pageReturn to chapter overviewNext page

This event is fired when amount of incoming data bytes is greater than or equal to RThreshold.

[Visual Basic .NET]

Public Event OnComm(ByVal Count As Integer)

[C#]

public event OnComm(int count);

Parameters

Count

    The number of data bytes sitting in the input buffer.

 

Remarks

If RThreshold property is 0, this event will never be fired.

 

See Also

RThreshold Property