Home
last modified time | relevance | path

Searched refs:PReqFunGetBlockInfo (Results 1 – 4 of 4) sorted by relevance

/dports/comms/snap7/snap7-full-1.4.2/src/core/
H A Ds7_server.h107 PReqFunGetBlockInfo ReqParams;
H A Ds7_micro_client.cpp589 PReqFunGetBlockInfo ReqParams; in opListBlocks()
598 ReqParams=PReqFunGetBlockInfo(pbyte(PDUH_out)+sizeof(TS7ReqHeader)); in opListBlocks()
672 PReqFunGetBlockInfo ReqParams; in opListBlocksOfType()
691 ReqParams=PReqFunGetBlockInfo(pbyte(PDUH_out)+sizeof(TS7ReqHeader)); in opListBlocksOfType()
834 PReqFunGetBlockInfo ReqParams; in opAgBlockInfo()
847 ReqParams=PReqFunGetBlockInfo(pbyte(PDUH_out)+sizeof(TS7ReqHeader)); in opAgBlockInfo()
H A Ds7_types.h909 typedef TReqFunGetBlockInfo* PReqFunGetBlockInfo; typedef
H A Ds7_server.cpp1211 CB.ReqParams=PReqFunGetBlockInfo(pbyte(PDUH_in)+ReqHeaderSize); in PerformGroupBlockInfo()