Beispiel #1
0
 internal static string CreateClosePacket(Guid psGuid) => OutOfProcessUtils.CreatePSGuidPacket("Close", psGuid);
Beispiel #2
0
 internal static string CreateSignalAckPacket(Guid psGuid) => OutOfProcessUtils.CreatePSGuidPacket("SignalAck", psGuid);
Beispiel #3
0
 internal static string CreateCommandAckPacket(Guid psGuid) => OutOfProcessUtils.CreatePSGuidPacket("CommandAck", psGuid);