IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface IqrfGatewayDaemonUart

    IQRF Gateway Daemon IqrfUart component configuration

    interface IqrfGatewayDaemonUart {
        baudRate: number;
        busEnableGpioPin: number;
        component: IqrfUart;
        i2cEnableGpioPin?: number;
        instance: string;
        IqrfInterface: string;
        pgmSwitchGpioPin: number;
        powerEnableGpioPin: number;
        spiEnableGpioPin?: number;
        uartEnableGpioPin?: number;
        uartReset: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    baudRate: number
    busEnableGpioPin: number
    component: IqrfUart
    i2cEnableGpioPin?: number
    instance: string
    IqrfInterface: string
    pgmSwitchGpioPin: number
    powerEnableGpioPin: number
    spiEnableGpioPin?: number
    uartEnableGpioPin?: number
    uartReset: boolean