Platforms to show: All Mac Windows Linux Cross-Platform
Back to RabbitMQFrameMBS class.
RabbitMQFrameMBS.BodyFragment as MemoryBlock
Function:
The body fragment.
Notes:
Only set if FrameType is kFrameBody.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Only set if FrameType is kFrameBody.
(Read and Write property)
Some examples using this property:
RabbitMQFrameMBS.BodyFragmentSize as Integer
Function:
The size of the body fragment in bytes.
Notes:
Only set if FrameType is kFrameBody.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Only set if FrameType is kFrameBody.
(Read and Write property)
Some examples using this property:
RabbitMQFrameMBS.BodySize as Integer
Function:
Size of the body in bytes.
Notes:
Only set if FrameType is kFrameHeader.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Only set if FrameType is kFrameHeader.
(Read and Write property)
Some examples using this property:
RabbitMQFrameMBS.Channel as Integer
Function:
The channel the frame was received on.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: (Read and Write property)
RabbitMQFrameMBS.ClassID as Integer
Function:
The class for the properties.
Notes:
Only set if FrameType is kFrameHeader.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Only set if FrameType is kFrameHeader.
(Read and Write property)
RabbitMQFrameMBS.FrameType as Integer
Function:
The frame type.
Notes:
See kFrameMethod, kFrameHeader and kFrameBody.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
See kFrameMethod, kFrameHeader and kFrameBody.
(Read and Write property)
Some examples using this property:
RabbitMQFrameMBS.MethodDecoded as Dictionary
Function:
The decoded method content.
Notes:
MBS Plugin has code to translate over 60 types of method structures into Xojo dictionary.
Only set if FrameType is kFrameMethod.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
MBS Plugin has code to translate over 60 types of method structures into Xojo dictionary.
Only set if FrameType is kFrameMethod.
(Read and Write property)
RabbitMQFrameMBS.MethodID as Integer
Function:
The method ID.
Notes:
Only set if FrameType is kFrameMethod.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Only set if FrameType is kFrameMethod.
(Read and Write property)
RabbitMQFrameMBS.PropertiesDecoded as Dictionary
Function:
The decoded properties.
Notes:
MBS Plugin has code to translate over several types of properties structures into Xojo dictionary.
Only set if FrameType is kFrameHeader.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
MBS Plugin has code to translate over several types of properties structures into Xojo dictionary.
Only set if FrameType is kFrameHeader.
(Read and Write property)
RabbitMQFrameMBS.Raw as MemoryBlock
Function:
Amqp-encoded properties structure.
Notes:
Only set if FrameType is kFrameHeader.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Only set if FrameType is kFrameHeader.
(Read and Write property)
RabbitMQFrameMBS.RawSize as Integer
Function:
The size of the Raw data.
Notes:
Only set if FrameType is kFrameHeader.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Only set if FrameType is kFrameHeader.
(Read and Write property)
The items on this page are in the following plugins: MBS RabbitMQ Plugin.
