@Structure.FieldOrder(value={"ApiVersion","LocalUserId","RoomName","DataLengthBytes","Data"})
public class EOS_RTCData_SendDataOptions
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_RTCData_SendDataOptions.ByReference |
static class |
EOS_RTCData_SendDataOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_RTCDATA_SENDDATA_API_LATEST. |
com.sun.jna.Pointer |
Data
The data to be sent to the other participants
|
int |
DataLengthBytes
The size of the data to be sent to the other participants.
|
static int |
EOS_RTCDATA_SENDDATA_API_LATEST
The most recent version of the EOS_RTCData_SendData API.
|
EOS_ProductUserId |
LocalUserId
The Product User ID of the user trying to request this operation.
|
java.lang.String |
RoomName
The room this event is registered on.
|
| Constructor and Description |
|---|
EOS_RTCData_SendDataOptions() |
EOS_RTCData_SendDataOptions(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
getDataByteBuffer() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static final int EOS_RTCDATA_SENDDATA_API_LATEST
public int ApiVersion
EOS_RTCDATA_SENDDATA_API_LATEST.public EOS_ProductUserId LocalUserId
public java.lang.String RoomName
public int DataLengthBytes
EOS_Defines.EOS_RTCDATA_MAX_PACKET_SIZE.public com.sun.jna.Pointer Data