Click or drag to resize

LinkOsInformation(Int32, Int32) Constructor

Creates a container class to hold Link-OS information.

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public LinkOsInformation(
	int major,
	int minor
)

Parameters

major  Int32
the Link-OS major version number
minor  Int32
the Link-OS minor version number
See Also