com.cdptech.cdpclient.Protocol Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdpclient Show documentation
Show all versions of cdpclient Show documentation
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/.
/*
* (c)2021 CDP Technologies AS
*/
package com.cdptech.cdpclient;
interface Protocol {
void parse(byte[] buf);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy