Fix
This commit is contained in:
@@ -113,7 +113,7 @@ namespace Modbus.Net.OPC
|
||||
return new OpcParamOut
|
||||
{
|
||||
Success = true,
|
||||
Value = BigEndianValueHelper.Instance.GetBytes(result, result.GetType())
|
||||
Value = BigEndianValueHelper.Instance.GetBytes(result.Value, result.Value.GetType())
|
||||
};
|
||||
}
|
||||
return new OpcParamOut
|
||||
|
||||
Reference in New Issue
Block a user