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