Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintJobId ¶
type PrintJobId struct {
Value string
}
func (*PrintJobId) MarshalParcel ¶
func (s *PrintJobId) MarshalParcel( p *parcel.Parcel, ) error
func (*PrintJobId) UnmarshalParcel ¶
func (s *PrintJobId) UnmarshalParcel( p *parcel.Parcel, ) error
type PrintJobInfo ¶
type PrintJobInfo struct {
Label string
PrinterName string
State int32
AppId int32
Tag string
CreationTime int64
Copies int32
Progress float32
StatusRes int32
PrinterId *PrinterId
}
func (*PrintJobInfo) MarshalParcel ¶
func (s *PrintJobInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*PrintJobInfo) UnmarshalParcel ¶
func (s *PrintJobInfo) UnmarshalParcel( p *parcel.Parcel, ) error
Click to show internal directories.
Click to hide internal directories.