Type alias LookupDescriptor

LookupDescriptor: QueryDescriptor & {
    hostDevice: Device;
    targetDevice: Device;
}

Used internally when making queries.

Generated using TypeDoc