mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 03:20:05 +00:00 
			
		
		
		
	Linked and unlinked vector packets
This commit is contained in:
		
							parent
							
								
									ab702e9927
								
							
						
					
					
						commit
						96cd27adcb
					
				
					 6 changed files with 237 additions and 151 deletions
				
			
		|  | @ -26,9 +26,9 @@ public: | |||
|    LinkedVectorPacket(LinkedVectorPacket&&) noexcept; | ||||
|    LinkedVectorPacket& operator=(LinkedVectorPacket&&) noexcept; | ||||
| 
 | ||||
|    uint16_t packet_code() const; | ||||
|    uint16_t length_of_block() const; | ||||
|    uint16_t value_of_vector() const; | ||||
|    uint16_t                packet_code() const; | ||||
|    uint16_t                length_of_block() const; | ||||
|    std::optional<uint16_t> value_of_vector() const; | ||||
| 
 | ||||
|    size_t data_size() const override; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat