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

    @property (retain, readonly) NSString *portName;
    

3.3.2. macAddress

Get the Mac address of the printer.

  • Declaration

    @property (retain, readonly) NSString *macAddress;
    

3.3.3. modelName

Get the model name of the printer.

Refer to The printer model names included in the PortInfo .

  • Declaration

    @property (retain, readonly) NSString *modelName;