LBM .Net API Documentation
messagesReceived Method (n)
Namespacescom.latencybusters.lbmLBMReceiverStatisticsmessagesReceived(Int32)
Number of datagrams received (LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA)
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 datagram may contain one or more messages, or a fragment of a larger message. Larger messages are split into fragment sizes limited by the transport's configuration option transport_xxxx_datagram_max_size. This method returns a value from the nth set of statistics encapsulated within this object.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0