Type alias Options

Options: {
    device: Device;
    hostDevice: Device;
    slot: MediaSlot;
}

Type declaration

  • device: Device

    The target device. This is the device we'll be querying for details of it's media slot.

  • hostDevice: Device

    The device asking for media info

  • slot: MediaSlot

    The specific slot

Generated using TypeDoc