SystemInfo

data class SystemInfo(val localAddress: String? = null, val serverName: String? = null, val version: String? = null, val productName: String? = null, val operatingSystem: String? = null, val id: String? = null, val startupWizardCompleted: Boolean? = null, val operatingSystemDisplayName: String? = null, val packageName: String? = null, val hasPendingRestart: Boolean, val isShuttingDown: Boolean, val supportsLibraryMonitor: Boolean, val webSocketPortNumber: Int, val completedInstallations: List<InstallationInfo>? = null, val canSelfRestart: Boolean = true, val canLaunchWebBrowser: Boolean = false, val programDataPath: String? = null, val webPath: String? = null, val itemsByNamePath: String? = null, val cachePath: String? = null, val logPath: String? = null, val internalMetadataPath: String? = null, val transcodingTempPath: String? = null, val castReceiverApplications: List<CastReceiverApplication>? = null, val hasUpdateAvailable: Boolean = false, val encoderLocation: String? = "System", val systemArchitecture: String? = "X64")

Class SystemInfo.

Constructors

Link copied to clipboard
constructor(localAddress: String? = null, serverName: String? = null, version: String? = null, productName: String? = null, operatingSystem: String? = null, id: String? = null, startupWizardCompleted: Boolean? = null, operatingSystemDisplayName: String? = null, packageName: String? = null, hasPendingRestart: Boolean, isShuttingDown: Boolean, supportsLibraryMonitor: Boolean, webSocketPortNumber: Int, completedInstallations: List<InstallationInfo>? = null, canSelfRestart: Boolean = true, canLaunchWebBrowser: Boolean = false, programDataPath: String? = null, webPath: String? = null, itemsByNamePath: String? = null, cachePath: String? = null, logPath: String? = null, internalMetadataPath: String? = null, transcodingTempPath: String? = null, castReceiverApplications: List<CastReceiverApplication>? = null, hasUpdateAvailable: Boolean = false, encoderLocation: String? = "System", systemArchitecture: String? = "X64")

Properties

Link copied to clipboard
val cachePath: String? = null

The cache path.

Link copied to clipboard
Link copied to clipboard

A value indicating whether this instance can self restart.

Link copied to clipboard

The list of cast receiver applications.

Link copied to clipboard

The completed installations.

Link copied to clipboard
Link copied to clipboard

A value indicating whether this instance has pending restart.

Link copied to clipboard

A value indicating whether this instance has update available.

Link copied to clipboard
val id: String? = null

The id.

Link copied to clipboard

The internal metadata path.

Link copied to clipboard
Link copied to clipboard
val itemsByNamePath: String? = null

The items by name path.

Link copied to clipboard
val localAddress: String? = null

The local address.

Link copied to clipboard
val logPath: String? = null

The log path.

Link copied to clipboard
val operatingSystem: String? = null

The operating system.

Link copied to clipboard

The display name of the operating system.

Link copied to clipboard
val packageName: String? = null

The package name.

Link copied to clipboard
val productName: String? = null

The product name. This is the AssemblyProduct name.

Link copied to clipboard
val programDataPath: String? = null

The program data path.

Link copied to clipboard
val serverName: String? = null

The name of the server.

Link copied to clipboard

A value indicating whether the startup wizard is completed.

Link copied to clipboard

A value indicating whether supports library monitor.

Link copied to clipboard
Link copied to clipboard

The transcode path.

Link copied to clipboard
val version: String? = null

The server version.

Link copied to clipboard
val webPath: String? = null

The web UI resources path.

Link copied to clipboard

The web socket port number.