共用方式為


FirmataCommandSequence.DecodeInt14(Byte[], Int32) 方法

定義

將 14 位整數解碼為 short

public static short DecodeInt14(byte[] data, int idx);
static member DecodeInt14 : byte[] * int -> int16
Public Shared Function DecodeInt14 (data As Byte(), idx As Integer) As Short

參數

data
Byte[]

資料陣列

idx
Int32

開始位移

傳回

適用於