jisotalo / ads-client

Unofficial Node.js ADS library for connecting to Beckhoff TwinCAT automation systems using ADS protocol.

Home Page:https://jisotalo.fi/ads-client/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 2 - Finalizing types

jisotalo opened this issue · comments

Finalizing and commenting types in

  • ads-client-types.ts
  • ads-protocol-types.ts

Decide if following current names are suitable for AdsDataType fields or should they be changed

  /** TODO Data type (variable) name (if struct member -> its variable name)*/
  name: string,
  /** TODO Data type name */
  type: string,