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