3.3. PortInfo

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

  • Member

    Name

    Contents

    portName

    Acquires the printer port name.

    macAddress

    Get the Mac address of the printer.

    modelName

    Get the model name of the printer.

3.3.1. portName

Acquires the printer port name.

  • Declaration

    open var portName: String! { get }
    

3.3.2. macAddress

Get the Mac address of the printer.

  • Declaration

    open var macAddress: String! { get }
    

3.3.3. modelName

Get the model name of the printer.

Refer to The printer model names included in the PortInfo .

  • Declaration

    open var modelName: String! { get }