Skip to content

Commit 5dc3c0f

Browse files
committed
Allow to send S Message for faster acknowledgement.
1 parent f13774c commit 5dc3c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib60870/CS104/Connection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ public ApplicationLayerParameters Parameters
424424
/// Sends an S-Message to the remote device.
425425
/// This message contains a sequence number and is used for communication control.
426426
/// </summary>
427-
private void SendSMessage()
427+
public void SendSMessage()
428428
{
429429
byte[] msg = new byte[6];
430430

0 commit comments

Comments
 (0)