DDEBinaryDataMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
DDEBinaryDataMBS class
Binary Data for
DDEMBS conversation.
Be carefully: This objects for data received inside a DDEMBS Event are read only. Passing an object to a function normally destroys it.
- 2 properties
- 3 methods
- method Mem as memoryblock
- method size as Integer
- method Str as string
This class has no sub classes.
Some methods using this class:
- DDEMBS.clientTransaction(type as Integer,topic as DDEStringMBS) as DDEBinaryDataMBS
- DDEMBS.clientTransaction(type as Integer,topic as DDEStringMBS, data as DDEBinaryDataMBS) as DDEBinaryDataMBS
- DDEMBS.clientTransaction(type as Integer,topic as DDEStringMBS, data as DDEBinaryDataMBS, datatype as Integer) as DDEBinaryDataMBS
- DDEMBS.clientTransactionBoolean(type as Integer,topic as DDEStringMBS, data as DDEBinaryDataMBS) as Boolean
- DDEMBS.clientTransactionBoolean(type as Integer,topic as DDEStringMBS, data as DDEBinaryDataMBS, datatype as Integer) as Boolean
- DDEMBS.NewDDEBinaryData(name as DDEStringMBS,data as memoryblock,offset as Integer,length as Integer,dataformat as Integer) as DDEBinaryDataMBS
- DDEMBS.NewDDEBinaryData(name as DDEStringMBS,data as string) as DDEBinaryDataMBS
- DDEMBS.NewDDEBinaryData(name as DDEStringMBS,data as string,offset as Integer,length as Integer) as DDEBinaryDataMBS
Some events using this class:
- DDEMBS.AdviceData(topic as DDEStringMBS, item as DDEStringMBS, dataformat as Integer,data as DDEBinaryDataMBS) as Integer
- DDEMBS.AdviceRequest(topic as DDEStringMBS, item as DDEStringMBS, dataformat as Integer,remaincount as Integer) as DDEBinaryDataMBS
- DDEMBS.Execute(topic as DDEStringMBS,data as DDEBinaryDataMBS) as Integer
- DDEMBS.Poke(topic as DDEStringMBS,item as DDEStringMBS,data as DDEBinaryDataMBS) as Integer
- DDEMBS.Request(topic as DDEStringMBS,item as DDEStringMBS,dataformat as Integer) as DDEBinaryDataMBS
Some examples using this class:
The items on this page are in the following plugins: MBS Win Plugin.
DCDeviceMBS
-
DDEContextInfoMBS