Search
Preparing search index...
The search index is not available
node-opcua-mono-repo
Support
Backers
Options
All
Public
Public/Protected
All
Inherited
Menu
EnumerationDefinition
Globals
Interface EnumerationDefinition
Hierarchy
CommonInterface
EnumerationDefinition
Implemented by
EnumerationDefinitionSchema
Properties
coerce
decode
defaultValue
documentation
encode
enumValues
name
random
toJSON
typedEnum
validate
Methods
computer_default_value
Properties
Optional
coerce
coerce
:
function
Type declaration
(
value
:
any
)
:
any
Parameters
value:
any
Returns
any
Optional
decode
decode
:
function
Type declaration
(
stream
:
BinaryStream
)
:
any
Parameters
stream:
BinaryStream
Returns
any
Optional
default
Value
default
Value
:
any
Optional
documentation
documentation
:
string
Optional
encode
encode
:
function
Type declaration
(
value
:
any
, stream
:
OutputBinaryStream
)
:
void
Parameters
value:
any
stream:
OutputBinaryStream
Returns
void
enum
Values
enum
Values
:
any
name
name
:
string
Optional
random
random
:
function
Type declaration
(
)
:
any
Returns
any
Optional
toJSON
toJSON
:
function
Type declaration
(
value
:
any
)
:
any
Parameters
value:
any
Returns
any
typed
Enum
typed
Enum
:
Enum
Optional
validate
validate
:
function
Type declaration
(
value
:
any
)
:
void
Parameters
value:
any
Returns
void
Methods
computer_
default_
value
computer_
default_
value
(
defaultValue
:
any
)
:
any
Parameters
defaultValue:
any
Returns
any
Enumeration
Definition
coerce
decode
default
Value
documentation
encode
enum
Values
name
random
toJSON
typed
Enum
validate
computer_
default_
value
Generated using
TypeDoc