# README
go-lprlib
This repository contains an implementation of the LPR protocol (send & receive) in go
# Functions
GetIP Resolve the IP Address from the hostname.
GetStatus Reads the Status from the printer.
Send is a convenience function to send the given file to the remote printer.
SetDebugLogger sets logger as debug logging function.
SetErrorLogger sets logger as error logging function.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DaemonCommand means, that the LPR daemon wants to receive a Deamon command (see RFC-1179, chapter 5).
End end of request processing.
Error Error.
JobSubCommand means, that the LPR daemon wants to receive a job sub-command (see RFC-1179, chapter 6).
# Structs
LprConnection Accepted connection.
LprDaemon structure.
LprError This errordomain contains some errors wich may occur when you work with LprSend or LprDaemon.
LprSend This struct includes all methods to read a LprSender It send files to the remote printer.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author