X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtout.pm;h=3d3a46bc1c01a46bb1ae3561dafd3d2cc242c888;hb=f155969d600561b9ef151a7ce2494a0c89aed033;hp=da2d5fffb2e28b63b138e0ad1f8e4a3d2b5cbeb7;hpb=d95df4602737d4ad35e1b93e773e434c70ac5be5;p=spider.git diff --git a/perl/DXProtout.pm b/perl/DXProtout.pm index da2d5fff..3d3a46bc 100644 --- a/perl/DXProtout.pm +++ b/perl/DXProtout.pm @@ -316,5 +316,22 @@ sub pc51 my ($to, $from, $val) = @_; return "PC51^$to^$from^$val^"; } + +# clx remote cmd send +sub pc84 +{ + my($fromnode, $tonode, $call, $msg) = @_; + return "PC84^$tonode^$fromnode^$call^$msg^~"; +} + +# clx remote cmd reply +sub pc85 +{ + my($fromnode, $tonode, $call, $msg) = @_; + return "PC85^$tonode^$fromnode^$call^$msg^~"; +} 1; __END__ + + +