Skip to main content

Codec

PTPRegistry

Type: object

BaseCodecType

Type: "int8" | "uint8" | "int16" | "uint16" | "int32" | "uint32" | "int64" | "uint64" | "string"

CustomCodecType

Type: "enum" | "range" | "array" | "custom"

CodecInstance


BaseCodecRegistry

Properties

PropertyTypeRequired
int8CodecInstance<number>
uint8CodecInstance<number>
int16CodecInstance<number>
uint16CodecInstance<number>
int32CodecInstance<number>
uint32CodecInstance<number>
int64CodecInstance<bigint>
uint64CodecInstance<bigint>
stringCodecInstance<string>

CodecBuilder

Type: unknown

CodecDefinition

Type: CodecBuilder<T> | CodecInstance<T>

EnumValue

Type: object

RangeSpec

Properties

PropertyTypeRequired
minimumT
maximumT
stepT

BitfieldFlag

Type: object

CodecType

Type: unknown