Set 1-byte integer parameter.


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Sub SetInt8( _ 
   ByVal name As String,  _ 
   ByVal b As Byte _ 
)
C#
public void SetInt8(
   string name,
   byte b
)
C++
public:
 void SetInt8(
   String name,
   char b
) sealed 
J#
public void SetInt8(
   string name,
   byte b
)
JScript
public  function SetInt8(
   name : String,
   b : Byte
)

Parameters

name
name of parameter
b
value

See Also