NAME

OPCUA::Open62541::Constant - export constants from open62541 to Perl

SYNOPSIS

use OPCUA::Open62541;

use OPCUA::Open62541 ':all';

use OPCUA::Open62541 qw(:ATTRIBUTEID ...);

use OPCUA::Open62541 qw(ORDER_LESS ORDER_EQ ORDER_MORE ...);

DESCRIPTION

This module provides all defines and enums from open62541 as Perl constants. They have been automatically extracted from the C header files. Do not use this module directly, instead specify the export tag in OPCUA::Open62541.

EXPORT

:all

Export all constants. You want to import only the ones you need.

EOPODHEADER }

######################################################################## sub print_pod_footer { my ($pf) = @_; print $pf <<"EOPODFOOTER"; =item get_mapping_attributeid_ids

Returns a hash which maps shorter attribute names to the attribute IDs.

get_mapping_attributeid_names

Returns a hash which maps the attribute IDs to shorter attribute names.

SEE ALSO

OPCUA::Open62541

AUTHORS

Alexander Bluhm, Arne Becker

COPYRIGHT AND LICENSE

Copyright (c) 2020 Alexander Bluhm

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.