Skip to content

Latest commit

 

History

History
91 lines (49 loc) · 2.2 KB

IoxAddOnSearch.md

File metadata and controls

91 lines (49 loc) · 2.2 KB

@fairfleet/geotab / IoxAddOnSearch

Interface: IoxAddOnSearch

The object used to specify the arguments when searching for IoxAddOn(s).

Hierarchy

Table of contents

Properties

Properties

connectedOnly

connectedOnly: boolean

Gets or sets if true only Iox Add-Ons that are currently connected to a device will be returned.

Defined in

src/types/Checkmate/ObjectModel/IoxAddOnSearch.ts:13


deviceSearch

deviceSearch: DeviceSearch

Gets or sets search for Iox Add-Ons that are or have been attached to this IoxAddOnSearch.DeviceSearch Id. Available DeviceSearch options are:. Id

Defined in

src/types/Checkmate/ObjectModel/IoxAddOnSearch.ts:19


id

id: string

Gets or sets search for an entry based on the specific Id.

Inherited from

Search.id

Defined in

src/types/Checkmate/ObjectModel/Search.ts:10


type

type: number

Gets or sets search for Iox Add-Ons of a specific type (Garmin, GoTalk etc). See KnownIoxAddOnType.

Defined in

src/types/Checkmate/ObjectModel/IoxAddOnSearch.ts:21


version

version: number

Gets or sets the row version of the search criteria.

Inherited from

Search.version

Defined in

src/types/Checkmate/ObjectModel/Search.ts:12