daas-sdk
Version:
nodejs wrapper for the DaaS-IoT SDK
68 lines (34 loc) • 510 B
Markdown
[**daas-sdk**](../README.md) • **Docs**
***
[daas-sdk](../globals.md) / DriverTypes
Enumeration: DriverTypes
# Enumeration Members
## DaaS
**DaaS**: `1`
DaaS routing & loopback
### Source
index.d.ts:330
***
## INET4
**INET4**: `2`
Inet/IP
### Source
index.d.ts:332
***
## MQTT5
**MQTT5**: `3`
MQTT
### Source
index.d.ts:334
***
## NONE
**NONE**: `0`
not defined
### Source
index.d.ts:328
***
## UART
**UART**: `4`
Serial line
### Source
index.d.ts:336