NAME
EPL2::Command::O - O Command (Hardware Options)
VERSION
version 0.001
SYNOPSIS
my $O = EPL2::Command::O->new;
say $O->string;
METHODS
string
param: ( delimiter => "\n" )
Return an EPL2 formatted string used for setting hardware options.
SEE ALSO
AUTHOR
Ted Katseres <tedkat@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Ted Katseres.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.