Table of Contents

Interface IPrinterStation

Namespace
AT.Librarys.Container.Station
Assembly
AT.Librarys.Container.dll

喷码工位接口

public interface IPrinterStation : IStationBase, IModuleBase
Inherited Members
Extension Methods

Methods

Execute(string, string)

执行喷码工位

PrinterResult Execute(string sn, string content)

Parameters

sn string
content string

Returns

PrinterResult

PrinterContent(string)

发送喷码内容

bool PrinterContent(string content)

Parameters

content string

内容

Returns

bool

PrinterInit()

喷码初始化

bool PrinterInit()

Returns

bool

PrinterStart()

开始喷码

bool PrinterStart()

Returns

bool

PrinterType(string)

设置喷码型号

bool PrinterType(string type)

Parameters

type string

类型

Returns

bool