# C1 BF 51 - MuHelperStatusChangeRequest (by client) ## Is sent when The client clicked on MU Helper play or pause button. ## Causes the following actions on the server side The server validates, if user can use the helper and sends the status back. ## Structure | Index | Length | Data Type | Value | Description | |-------|--------|-----------|-------|-------------| | 0 | 1 | Byte | 0xC1 | [Packet type](PacketTypes.md) | | 1 | 1 | Byte | 5 | Packet header - length of the packet | | 2 | 1 | Byte | 0xBF | Packet header - packet type identifier | | 3 | 1 | Byte | 0x51 | Packet header - sub packet type identifier | | 4 | 1 | Boolean | | PauseStatus |