Home
last modified time | relevance | path

Searched refs:Cli_AsEBRead (Results 1 – 25 of 30) sorted by relevance

12

/dports/comms/snap7/snap7-full-1.4.2/release/Windows/Legacy/Win32/
H A Dsnap7.def29 Cli_AsEBRead = Cli_AsEBRead@16 @ 27
30 Cli_AsEBRead@16 @ 28
/dports/comms/snap7/snap7-full-1.4.2/build/bin/Legacy/win32/
H A Dsnap7.def29 Cli_AsEBRead = Cli_AsEBRead@16 @ 27
30 Cli_AsEBRead@16 @ 28
/dports/comms/snap7/snap7-full-1.4.2/src/lib/
H A Dsnap7.def66 Cli_AsEBRead
H A Dsnap7_libmain.h121 EXPORTSPEC int S7API Cli_AsEBRead(S7Object Client, int Start, int Size, void *pUsrData);
H A Dsnap7_libmain.cpp613 int S7API Cli_AsEBRead(S7Object Client, int Start, int Size, void *pUsrData) in Cli_AsEBRead() function
/dports/comms/snap7/snap7-full-1.4.2/build/bin/Legacy/win64/
H A Dsnap7.def16 Cli_AsEBRead @ 14
/dports/comms/snap7/snap7-full-1.4.2/release/Windows/Legacy/Win64/
H A Dsnap7.def16 Cli_AsEBRead @ 14
/dports/comms/snap7/snap7-full-1.4.2/release/Wrappers/c-cpp/
H A Dsnap7.cpp435 return Cli_AsEBRead(Client, Start, Size, pUsrData); in AsEBRead()
H A Dsnap7.h507 int S7API Cli_AsEBRead(S7Object Client, int Start, int Size, void *pUsrData);
/dports/comms/snap7/snap7-full-1.4.2/examples/cpp/
H A Dsnap7.cpp435 return Cli_AsEBRead(Client, Start, Size, pUsrData); in AsEBRead()
H A Dsnap7.h507 int S7API Cli_AsEBRead(S7Object Client, int Start, int Size, void *pUsrData);
/dports/comms/snap7/snap7-full-1.4.2/examples/cpp_embedded/eClient/
H A Dsnap7.cpp435 return Cli_AsEBRead(Client, Start, Size, pUsrData); in AsEBRead()
H A Dsnap7.h507 int S7API Cli_AsEBRead(S7Object Client, int Start, int Size, void *pUsrData);
/dports/comms/snap7/snap7-full-1.4.2/release/Wrappers/pascal/
H A Dsnap7.pas482 function Cli_AsEBRead(Client : S7Object; Start, Size : integer; pUsrData : pointer) : integer;
1175 function Cli_AsEBRead; external snaplib name 'Cli_AsEBRead'; in Cli_AsEBRead() function
1579 Result:=Cli_AsEBRead(HC,Start,Size,pUsrData)
/dports/comms/snap7/snap7-full-1.4.2/rich-demos/
H A Dsnap7.pas482 function Cli_AsEBRead(Client : S7Object; Start, Size : integer; pUsrData : pointer) : integer;
1175 function Cli_AsEBRead; external snaplib name 'Cli_AsEBRead'; in Cli_AsEBRead() function
1579 Result:=Cli_AsEBRead(HC,Start,Size,pUsrData)
/dports/comms/snap7/snap7-full-1.4.2/examples/pascal/
H A Dsnap7.pas482 function Cli_AsEBRead(Client : S7Object; Start, Size : integer; pUsrData : pointer) : integer;
1175 function Cli_AsEBRead; external snaplib name 'Cli_AsEBRead'; in Cli_AsEBRead() function
1579 Result:=Cli_AsEBRead(HC,Start,Size,pUsrData)
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/
H A Dsnap7.pas482 function Cli_AsEBRead(Client : S7Object; Start, Size : integer; pUsrData : pointer) : integer;
1175 function Cli_AsEBRead; external snaplib name 'Cli_AsEBRead'; in Cli_AsEBRead() function
1579 Result:=Cli_AsEBRead(HC,Start,Size,pUsrData)
/dports/comms/snap7/snap7-full-1.4.2/LabVIEW/lib_src/
H A Dsnap7.cpp435 return Cli_AsEBRead(Client, Start, Size, pUsrData); in AsEBRead()
H A Dsnap7.h504 int S7API Cli_AsEBRead(S7Object Client, int Start, int Size, void *pUsrData);
/dports/comms/snap7/snap7-full-1.4.2/examples/plain-c/
H A Dsnap7.h507 int S7API Cli_AsEBRead(S7Object Client, int Start, int Size, void *pUsrData);
/dports/comms/snap7/snap7-full-1.4.2/release/Wrappers/dot.net/
H A Dsnap7.net.cs1574 protected static extern int Cli_AsEBRead(IntPtr Client, int Start, int Size, byte[] Buffer); in Cli_AsEBRead() method in Snap7.S7Client
1577 return Cli_AsEBRead(Client, Start, Size, Buffer); in AsEBRead()
/dports/comms/snap7/snap7-full-1.4.2/examples/dot.net/WinConsole/PPartner/
H A Dsnap7.net.cs1574 protected static extern int Cli_AsEBRead(IntPtr Client, int Start, int Size, byte[] Buffer); in Cli_AsEBRead() method in Snap7.S7Client
1577 return Cli_AsEBRead(Client, Start, Size, Buffer); in AsEBRead()
/dports/comms/snap7/snap7-full-1.4.2/examples/dot.net/WinForm/CSharp/CSClient/
H A Dsnap7.net.cs1574 protected static extern int Cli_AsEBRead(IntPtr Client, int Start, int Size, byte[] Buffer); in Cli_AsEBRead() method in Snap7.S7Client
1577 return Cli_AsEBRead(Client, Start, Size, Buffer); in AsEBRead()
/dports/comms/snap7/snap7-full-1.4.2/examples/dot.net/WinConsole/Client/
H A Dsnap7.net.cs1574 protected static extern int Cli_AsEBRead(IntPtr Client, int Start, int Size, byte[] Buffer); in Cli_AsEBRead() method in Snap7.S7Client
1577 return Cli_AsEBRead(Client, Start, Size, Buffer); in AsEBRead()
/dports/comms/snap7/snap7-full-1.4.2/examples/dot.net/WinForm/CSharp/CSClientMultiRead/
H A Dsnap7.net.cs1574 protected static extern int Cli_AsEBRead(IntPtr Client, int Start, int Size, byte[] Buffer); in Cli_AsEBRead() method in Snap7.S7Client
1577 return Cli_AsEBRead(Client, Start, Size, Buffer); in AsEBRead()

12