blob: 4cdf3b006c36f75687b95da3d1e6f9036ec006ec [file] [log] [blame]
/**
* UDPrecords.java
*
* UDP records/messages
**/
record UDPpdu
{
int data; // TODO: representation of payload on model level?
}