Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
tlv
TlvTypeLength
Type Alias TlvTypeLength
Tlv
Type
Length
:
|
{
length
:
TlvLength
;
type
:
SignedInt
;
}
|
{
length
:
TlvLength
;
type
:
UnsignedInt
;
}
|
{
type
:
Boolean
;
value
:
boolean
;
}
|
{
length
:
FourBytes
|
EightBytes
;
type
:
Float
;
}
|
{
length
:
TlvLength
;
type
:
Utf8String
;
}
|
{
length
:
TlvLength
;
type
:
ByteString
;
}
|
{
type
:
Null
;
}
|
{
type
:
Structure
;
}
|
{
type
:
Array
;
}
|
{
type
:
List
;
}
|
{
type
:
EndOfContainer
;
}
Type and length or value, when applicable.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...
Type and length or value, when applicable.