示例#1
0
文件: main.go 项目: hilerchyn/goIPP
func main() {
	var c ipp.CupsServer
	c.SetServer("192.168.1.8")
	c.GetPrinterAttributes()

}