Click or drag to resize

LinkOsInformation Class

A container class used to hold Link-OS specific information
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.PrinterLinkOsInformation

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public class LinkOsInformation

The LinkOsInformation type exposes the following members.

Constructors
 NameDescription
Public methodLinkOsInformation(DiscoveredPrinter) Creates a container class to hold Link-OS information based on the supplied discoveredPrinter.
Public methodLinkOsInformation(String) Creates a container class to hold Link-OS information.
Public methodLinkOsInformation(Int32, Int32) Creates a container class to hold Link-OS information.
Top
Properties
 NameDescription
Public propertyMajor Gets the Link-OS major version number
Public propertyMinor Gets the Link-OS minor version number
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also