Search Results for

    Show / Hide Table of Contents

    Enum ModuleSettings.HwConfigFlags

    Hardware configuration flags reported by the device. Each bit defines an independent setting; the on-wire value is the sum of set bits. In particular, bit 1 (value 2) indicates 10 mA PA mode and bit 2 (value 4) indicates 10 ms pulse guard.

    Namespace: Wss.CoreModule
    Assembly: WSS_Core_Interface.dll
    Syntax
    [Flags]
    public enum ModuleSettings.HwConfigFlags : byte

    Fields

    Name Description
    Default

    No special flags.

    Future16

    Reserved for future use (bit 4; value 16).

    Future32

    Reserved for future use (bit 5; value 32).

    Future64

    Reserved for future use (bit 6; value 64).

    Future8

    Reserved for future use (bit 3; value 8).

    TenMilliAmpPA

    Enables 10 mA PA mode (bit 1; value 2). When not set, PA mapping uses the default curve.

    TenMsPulseGuard

    Enables 10 ms pulse guard (bit 2; value 4).

    In this article
    Back to top Generated by DocFX