mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 06:20:06 +00:00 
			
		
		
		
	Packet header fixes
This commit is contained in:
		
							parent
							
								
									12d8aaf8a6
								
							
						
					
					
						commit
						b0baa4f336
					
				
					 17 changed files with 20 additions and 17 deletions
				
			
		|  | @ -4,6 +4,7 @@ | |||
| 
 | ||||
| #include <cstdint> | ||||
| #include <memory> | ||||
| #include <optional> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  | @ -26,7 +27,7 @@ public: | |||
|    UnlinkedVectorPacket(UnlinkedVectorPacket&&) noexcept; | ||||
|    UnlinkedVectorPacket& operator=(UnlinkedVectorPacket&&) noexcept; | ||||
| 
 | ||||
|    uint16_t                packet_code() const; | ||||
|    uint16_t                packet_code() const override; | ||||
|    uint16_t                length_of_block() const; | ||||
|    std::optional<uint16_t> value_of_vector() const; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat