receiveBody_u32
Function parameters
Parameters
- s:*Server
Type definitions in this namespace
Types
Functions in this namespace
Functions
Source
Implementation
pub fn receiveBody_u32(s: *Server) !u32 {
return s.in.takeInt(u32, .little);
}Function parameters
Type definitions in this namespace
Functions in this namespace
Source
pub fn receiveBody_u32(s: *Server) !u32 {
return s.in.takeInt(u32, .little);
}