The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OPCUA::Open62541::NS0ID - Namespace Zero Node IDs

SYNOPSIS

  use OPCUA::Open62541::NS0ID;
  print "Value of NODEID is " . OPCUA::Open62541::NS0ID::NODEID . "\n";

  use OPCUA::Open62541::NS0ID qw(BOOLEAN SBYTE);
  print "Value of SBYTE is " . SBYTE . "\n";

  use OPCUA::Open62541::NS0ID qw(:all);

DESCRIPTION

This module provides all namespace zero node ids as Perl constants.

EXPORT

:all

Exports all constants in namespace zero. Currently, there are more than 21000 constants defined, so you might want to only import the ones you need.

SEE ALSO

OPCUA::Open62541

AUTHORS

Arne Becker

COPYRIGHT AND LICENSE

Copyright (c) 2020 Arne Becker

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

Thanks to genua GmbH, https://www.genua.de/ for sponsoring this work.