PalmSens SDK v1.8.2.0

EncodedMethodV0.SetInt16 Method 

Set 16-bit integer (Little-Endian)

[Visual Basic]
Public Sub SetInt16( _
   ByVal position As Integer, _
   ByVal dec As UInt16 _
)
[C#]
public void SetInt16(
   int position,
   ushort dec
);

Parameters

position
position
dec
value

See Also

EncodedMethodV0 Class | PalmSens Namespace