NAME
EPL2::Command::N - N Command (Clear Image Buffer)
VERSION
version 0.001
SYNOPSIS
my $N = EPL2::Command::N->new;
say $N->string;
METHODS
string
param: ( delimiter => "\n" )
Return an EPL2 formatted string for clearing image buffer.
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.