pub type EOS_PresenceModification_SetDataOptions = _tagEOS_PresenceModification_SetDataOptions;Expand description
Data for the EOS_PresenceModification_SetData function.
Aliased Type§
#[repr(C)]pub struct EOS_PresenceModification_SetDataOptions {
pub ApiVersion: i32,
pub RecordsCount: i32,
pub Records: *const _tagEOS_Presence_DataRecord,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_PRESENCEMODIFICATION_SETDATA_API_LATEST.
RecordsCount: i32The count of records to set
Records: *const _tagEOS_Presence_DataRecordThe pointer to start of a sequential array of Presence DataRecords