Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsPipeMBS class.

WindowsPipeMBS.Connected

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 19.5 ❌ No ✅ Yes ❌ No ❌ No
The connected event.

Called when pipe is connected on either client or server side.

WindowsPipeMBS.DataAvailable(BytesAvailable as Integer, MessageBytesAvailable as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 19.5 ❌ No ✅ Yes ❌ No ❌ No
The event called when new data is available.

WindowsPipeMBS.PipeBroken

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 19.5 ❌ No ✅ Yes ❌ No ❌ No
The event called when pipe breaks.

The plugin will stop calling DataAvailable handler.
You can call Close and CreatePipe method to open pipe again.

Some examples using this event:

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...