Skip to content

Function: devicesForTransport()

ts
function devicesForTransport(transport: TransportType): readonly DeviceEntry[];

Filter the registry to entries declaring transport. Used to populate DeviceIdentificationRequiredError.candidates from the harness shell.

Parameters

ParameterType
transportTransportType

Returns

readonly DeviceEntry[]