IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
Preparing search index...
Types
Config
IqrfGatewayDaemonUart
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
)
IqrfGatewayDaemonComponentInstanceBase
<
IqrfUart
>
IqrfGatewayDaemonUart
Index
Properties
baud
Rate
bus
Enable
Gpio
Pin
component
i2c
Enable
Gpio
Pin?
instance
Iqrf
Interface
pgm
Switch
Gpio
Pin
power
Enable
Gpio
Pin
spi
Enable
Gpio
Pin?
uart
Enable
Gpio
Pin?
uart
Reset
Properties
baud
Rate
baudRate
:
number
bus
Enable
Gpio
Pin
busEnableGpioPin
:
number
component
component
:
IqrfUart
Optional
i2c
Enable
Gpio
Pin
i2cEnableGpioPin
?:
number
instance
instance
:
string
Iqrf
Interface
IqrfInterface
:
string
pgm
Switch
Gpio
Pin
pgmSwitchGpioPin
:
number
power
Enable
Gpio
Pin
powerEnableGpioPin
:
number
Optional
spi
Enable
Gpio
Pin
spiEnableGpioPin
?:
number
Optional
uart
Enable
Gpio
Pin
uartEnableGpioPin
?:
number
uart
Reset
uartReset
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
baud
Rate
bus
Enable
Gpio
Pin
component
i2c
Enable
Gpio
Pin
instance
Iqrf
Interface
pgm
Switch
Gpio
Pin
power
Enable
Gpio
Pin
spi
Enable
Gpio
Pin
uart
Enable
Gpio
Pin
uart
Reset
IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
Loading...
IQRF Gateway Daemon IqrfUart component configuration