tcp_layer.h 312 B

1234567891011121314151617
  1. /*
  2. * tcp_layer.h
  3. *
  4. * Created on: Jan 10, 2014
  5. * Author: opcua
  6. */
  7. #ifndef TCP_LAYER_H_
  8. #define TCP_LAYER_H_
  9. #include "opcua_connectionHelper.h"
  10. /*
  11. * returns the length of read bytes
  12. */
  13. UInt32 receive(UA_connection *connection, AD_RawMessage *message,UInt32 bufferLength);
  14. #endif /* TCP_LAYER_H_ */