Search Results for

    Show / Hide Table of Contents

    Interface ICoreConfig

    Read-only view of core configuration values loaded from a JSON config file.

    Namespace: Wss.CoreModule
    Assembly: WSS_Core_Interface.dll
    Syntax
    public interface ICoreConfig

    Properties

    Firmware

    Firmware version string (e.g., "H03", "J03").

    Declaration
    string Firmware { get; }
    Property Value
    Type Description
    string

    MaxWss

    Maximum number of WSS devices supported by this configuration.

    Declaration
    int MaxWss { get; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX