Player Cellular Interface Settings Entity (2022/06)
All player cellular interface settings entities are structured as follows:
entity
:
Enabled
bool: Whether the player cellular network interface settings are enabledName
string: The target network interface name (typically “ppp0”)Modems
PlayerCellularModemSettings[]: A collection of the cellular modemssupported
by this network interfaceModel
string: The model name of the supported cellular modemUSBDeviceIds
string[]: The identifiers of the supported cellular modems
SIMS
PlayerCellularModuleSettings[]: A collection of the supported SIM cardsMCC
string: The mobile country codeMNC
string: The mobile network codeConnection
PlayerCellularConnectionSettings: The connection options to apply with this SIM card
RateLimitDuringInitialDownloads
Nullable<uint>: The data rate limitation during initial downloads. When set to “Null” the rate is unlimited.RateLimitInsideContentDownloadWindow
Nullable<uint>: The data rate limitation during content downloads. When set to “Null” the rate is unlimited. The "Content" start and end timespans in the Player Synchronization Settings Entity (2022/06) define the inside content download window.RateLimitOutsideContentDownloadWindow
Nullable<uint>: The data rate limitation when content is not being downloaded. When set to “Null” the rate is unlimited.ContentDownloadEnabled
bool: Whether content data is allowed to be downloaded using this connectionTextFeedsDownloadEnabled
bool: Whether text feed data is allowed to be downloaded using this connectionMediaFeedsDownloadEnabled
bool: Whether media feed data is allowed to be downloaded using this connectionHealthReportingEnabled
bool: Whether uploading health reporting data is enabled using this connectionLogsUploadEnabled
bool: Whether uploading log updates is enabled using this connection