Ejemplo n.º 1
0
 internal static void Add(this List <string> list, EpsonFPCommand command)
 {
     list.Add(command.Cmd);
     list.Add(command.CmdExt);
 }
Ejemplo n.º 2
0
 internal EpsonFPInfo SendData(EpsonFPCommand command, bool reconnect = true)
 {
     return(this.SendData(new[] { command }, reconnect));
 }
Ejemplo n.º 3
0
 internal static void Add(this List<string> list, EpsonFPCommand command)
 {
     list.Add(command.Cmd);
     list.Add(command.CmdExt);
 }
Ejemplo n.º 4
0
 internal EpsonFPInfo SendData(EpsonFPCommand command, bool reconnect = true)
 {
     return this.SendData(new[] { command }, reconnect);
 }