Search
Preparing search index...
The search index is not available
node-opcua-client
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
ModifiableStatusCode
Class ModifiableStatusCode
Hierarchy
StatusCode
ModifiableStatusCode
Index
Constructors
constructor
Accessors
description
has
Overflow
Bit
has
Semantic
Changed
Bit
has
Structure
Changed
Bit
name
value
value
Of
Methods
check
Bit
equals
is
Not
set
toJSON
toJSONFull
to
String
unset
make
Status
Code
Constructors
constructor
new
Modifiable
Status
Code
(
options
:
object
)
:
ModifiableStatusCode
Parameters
options:
object
Returns
ModifiableStatusCode
Accessors
description
get
description
(
)
:
string
Returns
string
has
Overflow
Bit
get
hasOverflowBit
(
)
:
boolean
Returns
boolean
has
Semantic
Changed
Bit
get
hasSemanticChangedBit
(
)
:
boolean
Returns
boolean
has
Structure
Changed
Bit
get
hasStructureChangedBit
(
)
:
boolean
Returns
boolean
name
get
name
(
)
:
string
Returns
string
value
get
value
(
)
:
number
Returns
number
value
Of
get
valueOf
(
)
:
number
Returns
number
Methods
check
Bit
check
Bit
(
mask
:
number
)
:
boolean
Parameters
mask:
number
Returns
boolean
equals
equals
(
other
:
StatusCode
)
:
boolean
Parameters
other:
StatusCode
Returns
boolean
is
Not
is
Not
(
other
:
StatusCode
)
:
boolean
Parameters
other:
StatusCode
Returns
boolean
set
set
(
bit
:
string
|
number
)
:
void
Parameters
bit:
string
|
number
Returns
void
toJSON
toJSON
(
)
:
any
Returns
any
toJSONFull
toJSONFull
(
)
:
any
Returns
any
to
String
to
String
(
)
:
string
Returns
string
unset
unset
(
bit
:
string
)
:
void
Parameters
bit:
string
Returns
void
Static
make
Status
Code
make
Status
Code
(
statusCode
:
StatusCode
, optionalBits
:
string
)
:
StatusCode
return a status code that can be modified
Parameters
statusCode:
StatusCode
optionalBits:
string
Returns
StatusCode
Globals
Modifiable
Status
Code
constructor
description
has
Overflow
Bit
has
Semantic
Changed
Bit
has
Structure
Changed
Bit
name
value
value
Of
check
Bit
equals
is
Not
set
toJSON
toJSONFull
to
String
unset
make
Status
Code
Generated using
TypeDoc
return a status code that can be modified