MCPcopy Create free account
hub / github.com/OpenPrinting/goipp / Version

TypeAlias Version

message.go:23–23  ·  view source on GitHub ↗

Version represents a protocol version. It consist of Major and Minor version codes, packed into a single 16-bit word

Source from the content-addressed store, hash-verified

21// of Major and Minor version codes, packed into a single
22// 16-bit word
23type Version uint16
24
25// DefaultVersion is the default IPP version (2.0 for now)
26const DefaultVersion Version = 0x0200

Callers 2

decodeVersionMethod · 0.85
MakeVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected