예제 #1
0
파일: main.go 프로젝트: hilerchyn/goIPP
func main() {
	var c ipp.CupsServer
	c.SetServer("192.168.1.8")
	c.GetPrinterAttributes()

}