Assign a byte (byte values are converted to integer in Scope)

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public void Set(
	byte o
)
Visual Basic
Public Sub Set ( _
	o As Byte _
)
Visual C++
public:
void Set(
	unsigned char o
)

Parameters

o
Type: Byte
o

See Also