From 1a1f21d8a4c51098ec374ab7b88d2e6b17cd313a Mon Sep 17 00:00:00 2001 From: "parallelbgls@outlook.com" Date: Thu, 25 Feb 2016 11:40:11 +0800 Subject: [PATCH] 2016-02-25 update 1 update README.md file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cde7a77..9820d15 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ task.TaskStart(); ``` 5.And don't forget that there is also a SetDatasAsync Api in the TaskManager. -``` +```C# public async Task SetDatasAsync(string connectionToken, MachineSetDataType setDataType, Dictionary values) ``` @@ -395,7 +395,7 @@ If you see the implementation, you will find that there are no differences betwe 2.Implement Protocal based ProtocalLinker. (ModbusTcpProtocalLinker) ProtocalLinker connect the Protocal to the BaseConnector, so that byte array can be sended using some specific way like Ethenet. -``` +```C# public class ModbusTcpProtocalLinker : TcpProtocalLinker { public override bool CheckRight(byte[] content)