Click or drag to resize

IMessages Interface

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface IMessages

The IMessages type exposes the following members.

Methods
  NameDescription
Public methodGet
Returns a message with a given index, source and status.
Public methodGetCount
Get the total messages count.
Public methodGetCount(MessageStatus)
Get the messages count for a given status.
Public methodGetCount(MessageSource, MessageStatus)
Get the messages count for a given source and status.
Top
See Also