Preparing search index...
The search index is not available
pbf-ts - v1.1.0
pbf-ts
ReadFieldFunction
Type Alias ReadFieldFunction<U>
ReadFieldFunction
:
(
tag
:
number
,
input
:
U
,
pbf
:
Pbf
&
PbfReader
)
=>
void
User defined function to read in fields from a Pbf instance into input.
Type Parameters
U
the input type
Type declaration
(
tag
:
number
,
input
:
U
,
pbf
:
Pbf
&
PbfReader
)
:
void
Parameters
tag
:
number
input
:
U
pbf
:
Pbf
&
PbfReader
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
pbf-ts - v1.1.0
Loading...
User defined function to read in fields from a Pbf instance into input.