get(_:as:)

Gets the value of a port attribute.

PortAttributes.swift:60
func get<DataType>(_ flavor: PortAttributeFlavor, as type: DataType.Type = DataType.self) throws -> DataType where DataType : BitwiseCopyable