Help for this page

Select Code to Download


  1. 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";
    
  2. or download this
    Send_Message_To_LMCE($self,$self->{LMCE_command_sender},"EVENT $device
    +_ID");
    
  3. or download this
    Send_Command_To_LMCE ($self,"EVENT $device_ID");
    
  4. or download this
    # send generic message to LMCE socket $sockett 
    sub Send_Message_To_LMCE {
    ...
        print     "Sending Command Message to LMCE DCE : $message\n";
    }