LinkOsInformation(Int32, Int32) Constructor
|
Creates a container class to hold Link-OS information.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public LinkOsInformation(
int major,
int minor
)
Public Sub New (
major As Integer,
minor As Integer
)
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