Main Content

getReceiverInterfaces

Class: coder.descriptor.SenderReceiverServiceInterface
Namespace: coder.descriptor

Return information about receiver service interfaces

Since R2022b

Syntax

receiverInterfaces = getReceiverInterfaces(senderReceiverInterfaceObj)

Description

receiverInterfaces = getReceiverInterfaces(senderReceiverInterfaceObj) returns the coder.descriptor.DataInterface object that represents the receiver service interface configuration.

Input Arguments

expand all

Sender and receiver service interface object, specified as a coder.descriptor.SenderReceiverServiceInterface object. You can create this object by using the getServiceInterface method.

Output Arguments

expand all

Receiver service interface, returned as a coder.descriptor.DataInterface object or an array of coder.descriptor.DataInterface objects. The coder.descriptor.DataInterface object describes information about the specified data interface, such as the type of data, Simulink identifier, graphical name, timing, implementation, and variant information.

Version History

Introduced in R2022b