LBM .Net API Documentation
messagesReceived Method (n)
Namespacescom.latencybusters.lbmLBMImmediateMessageReceiverStatisticsmessagesReceived(Int32)
Number of datagrams received (LBT-RM only)
Declaration Syntax
C#
public long messagesReceived(
	int n
)
Parameters
n (Int32)
Statistics set index
Return Value
Number of datagrams received.
Remarks
Depending on batching settings, a single LBT-RM datagram may contain one or more messages, or a fragment of a larger message. With LBT-RM, larger messages are split into fragment sizes limited by configuration option transport_lbtrm_datagram_max_size (default 8KB). This method returns a value from the nth set of statistics encapsulated within this object.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0