type

HxPlatform

const class HxPlatform : Obj

HxPlatform models the meta data of the platform running Haxall. Note this API provides readonly summary information about the platform. Actual integration to configure the platform is handled in pluggable libraries such as hxPlatform, hxPlatformSerial, etc.

constructors

make

Construct with meta data dict

methods

arch

Microprocessor architecture - see Env.arch

hostModel

Host model

hostOs

Host operating system platform and version

isSkySpark

Is this the full SkySpark runtime

logoUri

Relative URI to the SVG logo

meta

Meta data

os

Operating system name - see Env.os

productName

Product name for about op

productUri

Product home page for about op

productVersion

Product version for about op

vendorName

Vendor name for about op

vendorUri

Vendor home page for about op

Slot Details

arch

virtual Str arch()

Microprocessor architecture - see Env.arch

hostModel

virtual Str hostModel()

Host model

hostOs

virtual Str hostOs()

Host operating system platform and version

isSkySpark

virtual Bool isSkySpark()

Is this the full SkySpark runtime

logoUri

virtual Uri logoUri()

Relative URI to the SVG logo

make

new make(Dict meta)

Construct with meta data dict

meta

virtual Dict meta()

Meta data

os

virtual Str os()

Operating system name - see Env.os

productName

virtual Str productName()

Product name for about op

productUri

virtual Uri productUri()

Product home page for about op

productVersion

virtual Str productVersion()

Product version for about op

vendorName

virtual Str vendorName()

Vendor name for about op

vendorUri

virtual Uri vendorUri()

Vendor home page for about op