Set 2-byte integer parameter.


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

Syntax

Visual Basic (Declaration)
Public Sub SetInt32( _ 
   ByVal name As String,  _ 
   ByVal b As UInt32 _ 
)
C#
public void SetInt32(
   string name,
   uint b
)
C++
public:
 void SetInt32(
   String name,
   unsigned int b
) sealed 
J#
public void SetInt32(
   string name,
   uint b
)
JScript
public  function SetInt32(
   name : String,
   b : UInt32
)

Parameters

name
name of parameter
b
byte

See Also