LinkOsInformation Constructor (Int32, Int32)
|
Creates a container class to hold Link-OS information.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public LinkOsInformation(
int major,
int minor
)
Public Sub New (
major As Integer,
minor As Integer
)
public:
LinkOsInformation(
int major,
int minor
)
Parameters
- major
- Type: SystemInt32
the Link-OS major version number - minor
- Type: SystemInt32
the Link-OS minor version number
See Also