DmPortFunction
**Experimental** A function that a port can perform (display-only in this schema).
type DmPortFunction {
name: String!
peripheralInstanceName: String!
}
Fields
DmPortFunction.name ● String! non-null scalar
**Experimental** Name of the port function.
DmPortFunction.peripheralInstanceName ● String! non-null scalar
**Experimental** Name of the peripheral instance associated with this function.