3.3. ProductInformation

This class holds information and model information for connecting to the Star printer.

  • Member

    Name

    Contents

    FindAllAsync

    Lists up ProductInformation object.

    Name

    Acquires the printer port name.

    MacAddress

    Get the Mac address of the printer.

    ProductId

    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

  1. Restrictions

    This API do not guarantee the discovery of devices.

3.3.2. Name

Acquires the printer port name.

  • Declaration

    public string Name { get; }
    

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; }