- or download this
$self->{LMCE_command_sender} = IO::Socket::INET->new(PeerAddr => $
+self->{host_url}, PeerPort => $self->{port} , Proto => 'tcp') or die
+"\nCould not create socket: $!\n";
- or download this
Send_Message_To_LMCE($self,$self->{LMCE_command_sender},"EVENT $device
+_ID");
- or download this
Send_Command_To_LMCE ($self,"EVENT $device_ID");
- or download this
# send generic message to LMCE socket $sockett
sub Send_Message_To_LMCE {
...
print "Sending Command Message to LMCE DCE : $message\n";
}