• JsonRPCServerImplementation
  • JsonRPCServerImplementation Class

    (nymeaserver::JsonRPCServerImplementation)
    Inherits: JsonHandler and JsonRPCServer

    Public Functions

    void registerTransportInterface(int *interface, bool authenticationRequired)

    Member Function Documentation

    void JsonRPCServerImplementation::registerTransportInterface(int *interface, bool authenticationRequired)

    Register a new TransportInterface to the JSON server. If the given interface is already registered, just the authenticationRequired flag will be updated.