Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Conectar ( string printerIP, int printerPort ) : void | ||
Desconectar ( ) : void | ||
EnviarComando ( string comando ) : void | ||
LeerRespuesta ( ) : string[] | ||
OnWriteComplete ( IAsyncResult ar ) : void |
public Conectar ( string printerIP, int printerPort ) : void | ||
printerIP | string | |
printerPort | int | |
Результат | void |
public EnviarComando ( string comando ) : void | ||
comando | string | |
Результат | void |
public OnWriteComplete ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
Результат | void |