Enum DeviceTransportKind
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents the wire transport used to communicate with a device.
public enum DeviceTransportKind
Fields
Auto = 0Select the transport automatically from discovery or connection behavior.
HttpToken = 2The HTTP or HTTPS application API using an authenticated app token.
LegacyXor = 1The legacy TP-Link XOR TCP protocol, typically on port 9999.