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: 2.14.1869
Syntax
public class LinkOsInformation

The LinkOsInformation type exposes the following members.

Constructors
  NameDescription
Public methodLinkOsInformation(String)
Creates a container class to hold Link-OS information.
Public methodLinkOsInformation(DiscoveredPrinter)
Creates a container class to hold Link-OS information based on the supplied discoveredPrinter.
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also