PluginInfo
public struct PluginInfo : Equatable
Plugin info type.
-
Undocumented
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public let address: String -
Undocumented
Declaration
Swift
public let port: Int32 -
Initializes a new
PluginInfo.Declaration
Swift
public init(name: String, address: String, port: Int32)Parameters
nameName of the plugin
addressAddress where the plugin is running
portPort where the plugin is running
-
Declaration
Swift
public static func == (lhs: PluginInfo, rhs: PluginInfo) -> Bool
View on GitHub
Install in Dash
PluginInfo Structure Reference