MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / SCSIPrinter

Method SCSIPrinter

cpp/devices/scsi_printer.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40using namespace scsi_command_util;
41
42SCSIPrinter::SCSIPrinter(int lun) : PrimaryDevice(SCLP, lun)
43{
44 SupportsParams(true);
45}
46
47bool SCSIPrinter::Init(const param_map& params)
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected