Class OppoIp

java.lang.Object
org.harctoolbox.harchardware.misc.OppoIp
All Implemented Interfaces:
Closeable, AutoCloseable

public class OppoIp extends Object implements Closeable
This class communicates with an Oppo 93, 9, 103, 105 over IP. Reference: OPPO BDP-9X/10X Blu-ray Disc Player Network Remote Control Protocol (Version 1.0, September 25, 2012).
  • Constructor Summary

    Constructors
    Constructor
    Description
    This version of the constructor searches on the local LAN by using the IP address of the host with last byte replaced by a 0 as broadcast address.
    OppoIp(boolean verbose)
     
    OppoIp(String broadcast, int timeout, boolean verbose)
     
    OppoIp(InetAddress broadcast, int timeout, boolean verbose)
    General constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    static void
    main(String[] args)
    Just for testing.
    void
    Sends a command to the connected Oppo.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait