|
@@ -221,9 +221,9 @@ namespace MOKA_Factory_Tools
|
|
/// <param name="data"></param>
|
|
/// <param name="data"></param>
|
|
/// <param name="error"></param>
|
|
/// <param name="error"></param>
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
- public static bool GetNetflixESN(SerialPort Comport, out byte[] result, out byte[] data, out string error,int waitTime)
|
|
|
|
|
|
+ public static bool GetNetflixESN(SerialPort Comport, out byte[] result, out byte[] data, out string error, int waitTime, bool FEFlag=false)
|
|
{
|
|
{
|
|
- if (SendcmdEx(Comport, new byte[] { 0xAA }, new byte[] { 0xBE }, new byte[] { 0x06 }, true, false, out result, out data, out error, waitTime))
|
|
|
|
|
|
+ if (SendcmdEx(Comport, new byte[] { 0xAA }, new byte[] { 0xBE }, new byte[] { 0x06 }, true, FEFlag, out result, out data, out error, waitTime))
|
|
{
|
|
{
|
|
if (data[0] == 0x06)
|
|
if (data[0] == 0x06)
|
|
{
|
|
{
|