Searched refs:PassThroughCommandFrame (Results 1 – 3 of 3) sorted by relevance
208 play_pressed = avc.PassThroughCommandFrame(212 avc.PassThroughCommandFrame.StateFlag.PRESSED,213 avc.PassThroughCommandFrame.OperationId.PLAY,219 assert isinstance(parsed, avc.PassThroughCommandFrame)220 assert parsed.operation_id == avc.PassThroughCommandFrame.OperationId.PLAY
1527 if isinstance(command, avc.PassThroughCommandFrame):1729 self, command: avc.PassThroughCommandFrame argument1741 self, key: avc.PassThroughCommandFrame.OperationId, pressed: bool1745 avc.PassThroughCommandFrame(1794 command: avc.PassThroughCommandFrame, argument
462 class PassThroughCommandFrame(PassThroughFrame, CommandFrame): class