-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum MatterDeviceTypeEnum
-
-
Field Summary
Fields Modifier and Type Field Description private inttype
-
Enum Constant Summary
Enum Constants Enum Constant Description ON_NETWORKSOFT_APTHREADWIFIUN_KNOW// Bitmap for NetworkCommissioningFeatureenum class NetworkCommissioningFeature : uint32_t {kWiFiNetworkInterface = 0x1,kThreadNetworkInterface = 0x2,kEthernetNetworkInterface = 0x4, };
-
Method Summary
Modifier and Type Method Description static MatterDeviceTypeEnumto(int type)MatterDeviceTypeEnum to int type. static Array<MatterDeviceTypeEnum>values()static MatterDeviceTypeEnumvalueOf(String name)intgetType()voidsetType(int type)-
-
Method Detail
-
to
static MatterDeviceTypeEnum to(int type)
MatterDeviceTypeEnum to int type.
- Parameters:
type- int type.
-
values
static Array<MatterDeviceTypeEnum> values()
-
valueOf
static MatterDeviceTypeEnum valueOf(String name)
-
getType
int getType()
-
setType
void setType(int type)
-
-
-
-