Appearance
struct flake::UdpConnectionRecord
#include </Users/ios_developer/workspace/coldwave-os/build/_deps/flake-src/wire/UDPServerWire.h>
Public Functions
Name | |
---|---|
UdpConnectionRecord() |
Public Attributes
Name | |
---|---|
uint32_t | srcAddress |
uint16_t | srcPort |
int | fd |
UdpWire * | wire |
Public Functions Documentation
function UdpConnectionRecord
cpp
inline UdpConnectionRecord()
Public Attributes Documentation
variable srcAddress
cpp
uint32_t flake::UdpConnectionRecord::srcAddress
variable srcPort
cpp
uint16_t flake::UdpConnectionRecord::srcPort
variable fd
cpp
int flake::UdpConnectionRecord::fd
variable wire
cpp
UdpWire* flake::UdpConnectionRecord::wire