1. Added RCMD for clx
[spider.git] / perl / DXProtout.pm
index da2d5fffb2e28b63b138e0ad1f8e4a3d2b5cbeb7..3d3a46bc1c01a46bb1ae3561dafd3d2cc242c888 100644 (file)
@@ -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__
+
+
+