UINTDataElement Constructor (UInt32)
constructs new data element from 32 bit unsigned integer
[Visual Basic]
Overloads Public Sub New( _
ByVal
Value As
UInt32 _
)
[C#]
public UINTDataElement(
uint Value);
Parameters
-
Value
- the value to set
See Also
UINTDataElement Class | BlueLibs.SDP Namespace | UINTDataElement Constructor Overload List