Skip to content

Latest commit

 

History

History
77 lines (41 loc) · 1.75 KB

ParameterGroup.md

File metadata and controls

77 lines (41 loc) · 1.75 KB

@fairfleet/geotab / ParameterGroup

Interface: ParameterGroup

Standard Parameter Group Number (PGN). Where there is no parameter group it is represented by "ParameterGroupNoneId".

Hierarchy

Table of contents

Properties

Properties

code

code: number

Gets or sets the unique code of the PGN.

Defined in

src/types/Checkmate/ObjectModel/Engine/ParameterGroup.ts:13


dataLength

dataLength: number

Gets or sets the total length in bytes of the PGN.

Defined in

src/types/Checkmate/ObjectModel/Engine/ParameterGroup.ts:15


id

id: string

Gets or sets the unique identifier for this entity. See Id.

Overrides

NameEntity.id

Defined in

src/types/Checkmate/ObjectModel/Engine/ParameterGroup.ts:17


name

name: string

Gets or sets the name of this entity that uniquely identifies it and is used when displaying this entity.

Overrides

NameEntity.name

Defined in

src/types/Checkmate/ObjectModel/Engine/ParameterGroup.ts:19