InterfaceSettings.AddMsixMessage Method

Users must use this method to add an MsixMessage object to the NL2 InterfaceSettings object. This method returns the object added to the list. Using the standard List.Add function will not update the NL2 InterfaceSettings object.

Namespace:  IntervalZero.MaxRT.NL2.Config
Assembly:  IntervalZero.MaxRT.NL2.Config (in IntervalZero.MaxRT.NL2.Config.dll) Version: 1.0.0.0 (File version: 1.1.0)

Syntax

Copy
public MsixMessage AddMsixMessage(
    uint messageId
)

Parameters

messageId

Type: UInt32
The MsixMessage object to add to the NL2 InterfaceSettings object.

Return Value

Type: MsixMessage
Returns the object added to the list.

See Also: