public static interface UDPBroadcastProtos.UDPPacketOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getContents()
The actual contents of the message.
|
boolean |
getIsBroadcast()
If true, this packet is a broadcast packet.
|
java.lang.String |
getSender()
The server that sent this message.
|
com.google.protobuf.ByteString |
getSenderBytes()
The server that sent this message.
|
UDPBroadcastProtos.MessageType |
getType()
A flag to type.
|
int |
getTypeValue()
A flag to type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getContents()
The actual contents of the message.
bytes contents = 1;int getTypeValue()
A flag to type.
.ai.eloquent.MessageType type = 2;UDPBroadcastProtos.MessageType getType()
A flag to type.
.ai.eloquent.MessageType type = 2;java.lang.String getSender()
The server that sent this message.
string sender = 3;com.google.protobuf.ByteString getSenderBytes()
The server that sent this message.
string sender = 3;boolean getIsBroadcast()
If true, this packet is a broadcast packet.
bool is_broadcast = 4;