FpgaImageStateCode
public enum FpgaImageStateCode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case pending = "pending" -
Undocumented
Declaration
Swift
case failed = "failed" -
Undocumented
Declaration
Swift
case available = "available" -
Undocumented
Declaration
Swift
case unavailable = "unavailable" -
Declaration
Swift
public var description: String { get }
View on GitHub
FpgaImageStateCode Enumeration Reference