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

SIAM::ServiceUnit - Service Unit object class

SYNOPSIS

   my $dataelements = $service->get_data_elements();

METHODS

get_data_elements

Returns arrayref with SIAM::ServiceDataElement objects

get_device

    $device = $unit->get_device();

The method returns a SIAM::Device object instantiated from siam.svcunit.device_id parameter.