an array of index and subindex
Make parameter id by providing an object which has index and subindex properties.
if index or subindex are less than 0
combined index and subindex in uppercase hexadecimal format, e.g. "0x60FE:02"
an object with optional index and subindex properties
Optional
index?: null | numberOptional
subindex?: null | numberMake parameter id by providing index and subindex.
if index or subindex are less than 0
combined index and subindex in uppercase hexadecimal format, e.g. "0x60FE:02"
Optional
index: null | numberfrom 0x0000 to 0xFFFF for objects defined in ESI and >0xFFFF for custom object
Optional
subindex: null | numberdefaults to 0 if not provided
Make parameter id by providing different arguments.
The purpose of this declaration is to expose the signature of the implementation for makeDeviceParameterId function.
if index or subindex are less than 0
combined index and subindex in uppercase hexadecimal format, e.g. "0x60FE:02"
Optional
a: null | number | [undefined | null | number, undefined | null | number] | { number or an object with index and subindex or tuple of index and subindex
Optional
b: null | numberoptional subindex, defaults to 0 if not provided
Generated using TypeDoc
Make parameter id by providing a tuple of index and subindex.
Throws
if index or subindex are less than 0
Returns
combined index and subindex in uppercase hexadecimal format, e.g. "0x60FE:02"