@flux-control/modbus-schema
Preparing search index...
BitfieldParamConfig
Interface BitfieldParamConfig<R, F>
Base shared by all config variants.
interface
BitfieldParamConfig
<
R
extends
RegisterMeta
=
RegisterMeta
,
F
extends
AnyBitfieldClass
=
AnyBitfieldClass
,
>
{
bitLayout
:
Record
<
keyof
InstanceType
<
F
>
,
number
>
;
flagsClass
:
F
;
kind
:
Bitfield
;
meta
:
R
;
readOnly
?:
boolean
;
register
:
number
;
}
Type Parameters
R
extends
RegisterMeta
=
RegisterMeta
F
extends
AnyBitfieldClass
=
AnyBitfieldClass
Hierarchy (
View Summary
)
ConfigBase
<
R
>
BitfieldParamConfig
Index
Properties
bit
Layout
flags
Class
kind
meta
read
Only?
register
Properties
Readonly
bit
Layout
bitLayout
:
Record
<
keyof
InstanceType
<
F
>
,
number
>
Readonly
flags
Class
flagsClass
:
F
Readonly
kind
kind
:
Bitfield
Readonly
meta
meta
:
R
Optional
Readonly
read
Only
readOnly
?:
boolean
Readonly
register
register
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bit
Layout
flags
Class
kind
meta
read
Only
register
@flux-control/modbus-schema
Loading...
Base shared by all config variants.