3.3. ProductInformation¶
This class holds information and model information for connecting to the Star printer.
Member
Name
Contents
Lists up ProductInformation object.
Acquires the printer port name.
Get the Mac address of the printer.
Gets the identifier to specify the product type
3.3.1. FindAllAsync¶
Search the Star printer and return search results.
Declaration
public static IAsyncOperation<ProductInformationCollection> FindAllAsync() public static IAsyncOperation<ProductInformationCollection> FindAllAsync(printerInterfaceType)
Parameter
Name Contents Type PrinterInterfaceType Specify the Printer Interface Type PrinterInterfaceType Return value
Contents Type ProductInformationCollection object lists ProductInformationCollection
Restrictions
This API do not guarantee the discovery of devices.
3.3.3. MacAddress¶
Get the Mac address of the printer.
Declaration
public string MacAddress { get; }
3.3.4. ProductId¶
Identifier to specify the product type
Declaration
public ProductId ProductId { get; }