|
ScalarElementSetUInt1 Method
|
Sets the value of this scalar as an 8-bit unsigned integer.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public void SetUInt1(
byte value
)
Public Sub SetUInt1 (
value As Byte
)
member SetUInt1 :
value : byte -> unit
function SetUInt1(value);
View SourceParameters
- value Byte
- The new value as an 8-bit unsigned integer.
See Also