All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cdptech.cdpclient.Protocol Maven / Gradle / Ivy

Go to download

A simple Java interface for the CDP Studio development platform that allows Java applications to interact with CDP Applications - retrieve CDP Application structures and read-write object values. For more information about CDP Studio see https://cdpstudio.com/.

There is a newer version: 1.2.3
Show newest version
/*
 * (c)2021 CDP Technologies AS
 */

package com.cdptech.cdpclient;

interface Protocol {
  void parse(byte[] buf);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy