NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-numeric-range
schemaNumericRange
Variable schemaNumericRange
Const
schemaNumericRange
:
{
coerce
:
(
value
:
any
)
=>
NumericRange
;
decode
:
(
stream
:
BinaryStream
,
_value
?:
NumericRange
)
=>
NumericRange
;
defaultValue
:
()
=>
NumericRange
;
encode
:
(
numericRange
:
NumericRange
,
stream
:
OutputBinaryStream
)
=>
void
;
name
:
string
;
random
:
()
=>
NumericRange
;
subType
:
string
;
}
= ...
Type Declaration
coerce
:
(
value
:
any
)
=>
NumericRange
decode
:
(
stream
:
BinaryStream
,
_value
?:
NumericRange
)
=>
NumericRange
defaultValue
:
()
=>
NumericRange
encode
:
(
numericRange
:
NumericRange
,
stream
:
OutputBinaryStream
)
=>
void
name
:
string
random
:
()
=>
NumericRange
subType
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...