Encode a Little-Endian 16-bits integer
Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub SetInt16LE( _ ByVal position As Integer, _ ByVal dec As UInt16 _ ) |
| C# |
|---|
| public void SetInt16LE( int position, ushort dec ) |
| C++ |
|---|
| public: void SetInt16LE( int position, unsigned short dec ) sealed |
| J# |
|---|
| public void SetInt16LE( int position, ushort dec ) |
| JScript |
|---|
| public
function SetInt16LE( position : int, dec : UInt16 ) |
Parameters
- position
- position in the blob
- dec
- integer to encode