PortInformation

class PortInformation(var index: Int, var name: String, var direction: Int, var content: Int)

Port information structure. The members mostly correspond to attributes in a <port> element in aap_metadata.xml.

Constructors

Link copied to clipboard
constructor(index: Int, name: String, direction: Int, content: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var index: Int
Link copied to clipboard
Link copied to clipboard