I got same issue and I resolved this problem with below code. private byte[] short2byte(short[] sData, int size) { int shortArrsize = size; ...
確定! 回上一頁