Uses of Class
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong
Packages that use ULong
Package
Description
-
Uses of ULong in org.eclipse.milo.opcua.stack.core.encoding
Methods in org.eclipse.milo.opcua.stack.core.encoding that return ULongModifier and TypeMethodDescriptionUaDecoder.decodeUInt64(String field) ULong @Nullable []UaDecoder.decodeUInt64Array(String field) Methods in org.eclipse.milo.opcua.stack.core.encoding with parameters of type ULongModifier and TypeMethodDescriptionvoidUaEncoder.encodeUInt64(String field, ULong value) voidUaEncoder.encodeUInt64Array(String field, ULong[] value) -
Uses of ULong in org.eclipse.milo.opcua.stack.core.encoding.binary
Methods in org.eclipse.milo.opcua.stack.core.encoding.binary that return ULongModifier and TypeMethodDescriptionOpcUaBinaryDecoder.decodeUInt64()OpcUaBinaryDecoder.decodeUInt64(String field) ULong[]OpcUaBinaryDecoder.decodeUInt64Array(String field) Methods in org.eclipse.milo.opcua.stack.core.encoding.binary with parameters of type ULongModifier and TypeMethodDescriptionvoidOpcUaBinaryEncoder.encodeUInt64(String field, ULong value) voidOpcUaBinaryEncoder.encodeUInt64(ULong value) voidOpcUaBinaryEncoder.encodeUInt64Array(String field, ULong[] value) -
Uses of ULong in org.eclipse.milo.opcua.stack.core.types.builtin
Methods in org.eclipse.milo.opcua.stack.core.types.builtin that return ULongMethods in org.eclipse.milo.opcua.stack.core.types.builtin with parameters of type ULongModifier and TypeMethodDescriptionstatic MatrixCreate a Matrix containing a multidimensional UInt64 value.static MatrixCreate a Matrix containing a multidimensional UInt64 value.static VariantCreate a Variant containing a UInt64 value.static VariantVariant.ofUInt64Array(ULong[] value) Create a Variant containing a UInt64 array value.Constructors in org.eclipse.milo.opcua.stack.core.types.builtin with parameters of type ULong -
Uses of ULong in org.eclipse.milo.opcua.stack.core.types.builtin.unsigned
Fields in org.eclipse.milo.opcua.stack.core.types.builtin.unsigned declared as ULongModifier and TypeFieldDescriptionstatic final ULongULong.MAXA constant holding the maximum value + 1 ansigned longcan have as ULong, 263.static final ULongULong.MINA constant holding the minimum value anunsigned longcan have as ULong, 0.Methods in org.eclipse.milo.opcua.stack.core.types.builtin.unsigned that return ULongModifier and TypeMethodDescriptionULong.add(int val) ULong.add(long val) ULong.subtract(int val) ULong.subtract(long val) static ULongUnsigned.ulong(long value) Create anunsigned longby masking it with0xFFFFFFFFFFFFFFFFi.e.static ULongCreate anunsigned longstatic ULongUnsigned.ulong(BigInteger value) Create anunsigned longstatic ULongULong.valueOf(long value) Create anunsigned longby masking it with0xFFFFFFFFFFFFFFFFi.e.static ULongCreate anunsigned longstatic ULongULong.valueOf(BigInteger value) Create anunsigned longMethods in org.eclipse.milo.opcua.stack.core.types.builtin.unsigned with parameters of type ULong