예제 #1
0
 public void Video1()
 {
     IrPort.Pulse(IROutputStandardCommands.IROut_VIDEO_1, IrPulseTime);
 }
예제 #2
0
 public void Pause(bool pressRelease)
 {
     IrPort.PressRelease(IROutputStandardCommands.IROut_PAUSE, pressRelease);
 }
예제 #3
0
 public void Component1()
 {
     IrPort.Pulse(IROutputStandardCommands.IROut_COMPONENT_1, IrPulseTime);
 }
예제 #4
0
 public void Exit(bool pressRelease)
 {
     IrPort.PressRelease(IROutputStandardCommands.IROut_EXIT, pressRelease);
 }
예제 #5
0
 public void Play(bool pressRelease)
 {
     IrPort.PressRelease(IROutputStandardCommands.IROut_PLAY, pressRelease);
 }
예제 #6
0
 public void Select(bool pressRelease)
 {
     IrPort.PressRelease(IROutputStandardCommands.IROut_ENTER, pressRelease);
 }
예제 #7
0
 public void Menu(bool pressRelease)
 {
     IrPort.PressRelease(IROutputStandardCommands.IROut_MENU, pressRelease);
 }
예제 #8
0
 public void Right(bool pressRelease)
 {
     IrPort.PressRelease(IROutputStandardCommands.IROut_RIGHT_ARROW, pressRelease);
 }
예제 #9
0
 public void Left(bool pressRelease)
 {
     IrPort.PressRelease(IROutputStandardCommands.IROut_LEFT_ARROW, pressRelease);
 }
예제 #10
0
 public void Down(bool pressRelease)
 {
     IrPort.PressRelease(IROutputStandardCommands.IROut_DN_ARROW, pressRelease);
 }
예제 #11
0
 public void FFwd(bool pressRelease)
 {
     IrPort.PressRelease(IROutputStandardCommands.IROut_FSCAN, pressRelease);
 }
예제 #12
0
 public void Rewind(bool pressRelease)
 {
     IrPort.PressRelease(IROutputStandardCommands.IROut_RSCAN, pressRelease);
 }