Uses of Class
com.github.lucadruda.iotc.device.enums.IOTC_PROTOCOL
| Package | Description |
|---|---|
| com.github.lucadruda.iotc.device | |
| com.github.lucadruda.iotc.device.enums |
-
Uses of IOTC_PROTOCOL in com.github.lucadruda.iotc.device
Methods in com.github.lucadruda.iotc.device with parameters of type IOTC_PROTOCOL Modifier and Type Method Description voidDeviceProvision. setProtocol(IOTC_PROTOCOL protocol)voidIIoTCClient. SetProtocol(IOTC_PROTOCOL transport)voidIoTCClient. SetProtocol(IOTC_PROTOCOL transport) -
Uses of IOTC_PROTOCOL in com.github.lucadruda.iotc.device.enums
Methods in com.github.lucadruda.iotc.device.enums that return IOTC_PROTOCOL Modifier and Type Method Description static IOTC_PROTOCOLIOTC_PROTOCOL. valueOf(String name)Returns the enum constant of this type with the specified name.static IOTC_PROTOCOL[]IOTC_PROTOCOL. values()Returns an array containing the constants of this enum type, in the order they are declared.