Class WmiConstants
java.lang.Object
oshi.driver.common.windows.wmi.WmiConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCIM type for datetime.static final intCIM type for 32-bit real.static final intCIM type for reference.static final intCIM type for signed 32-bit integer.static final intCIM type for string.static final intCIM type for unsigned 16-bit integer.static final intCIM type for unsigned 32-bit integer.static final intCIM type for unsigned 64-bit integer.static final intVariant type for BSTR (string).static final intVariant type for 32-bit integer.static final intVariant type for 32-bit real. -
Method Summary
-
Field Details
-
CIM_SINT32
public static final int CIM_SINT32CIM type for signed 32-bit integer.- See Also:
-
CIM_REAL32
public static final int CIM_REAL32CIM type for 32-bit real.- See Also:
-
CIM_STRING
public static final int CIM_STRINGCIM type for string.- See Also:
-
CIM_UINT16
public static final int CIM_UINT16CIM type for unsigned 16-bit integer.- See Also:
-
CIM_UINT32
public static final int CIM_UINT32CIM type for unsigned 32-bit integer.- See Also:
-
CIM_UINT64
public static final int CIM_UINT64CIM type for unsigned 64-bit integer.- See Also:
-
CIM_DATETIME
public static final int CIM_DATETIMECIM type for datetime.- See Also:
-
CIM_REFERENCE
public static final int CIM_REFERENCECIM type for reference.- See Also:
-
VT_I4
public static final int VT_I4Variant type for 32-bit integer.- See Also:
-
VT_R4
public static final int VT_R4Variant type for 32-bit real.- See Also:
-
VT_BSTR
public static final int VT_BSTRVariant type for BSTR (string).- See Also:
-