MmMessage with int payload
More...
|
| MmMessageInt () |
| Creates a basic MmMessageInt More...
|
|
| MmMessageInt (MmMetadataBlock metadataBlock=null) |
| Creates a basic MmMessageInt, with a control block More...
|
|
| MmMessageInt (int iVal, MmMethod mmMethod=default(MmMethod), MmMetadataBlock metadataBlock=null) |
| Create an MmMessage, with control block, MmMethod, and an int More...
|
|
| MmMessageInt (MmMessageInt message) |
| Duplicate an MmMessage More...
|
|
override MmMessage | Copy () |
| Message copy method More...
|
|
override void | Deserialize (NetworkReader reader) |
| Deserialize the message More...
|
|
override void | Serialize (NetworkWriter writer) |
| Serialize the MmMessage More...
|
|
| MmMessage () |
| Creates a basic MmMessage with a default control block More...
|
|
| MmMessage (MmMetadataBlock metadataBlock) |
| Creates a basic MmMessage with the passed control block. More...
|
|
| MmMessage (MmMethod mmMethod, MmMetadataBlock metadataBlock=null) |
| Create an MmMessage, with defined control block and MmMethod More...
|
|
| MmMessage (MmMethod mmMethod, MmLevelFilter levelFilter, MmActiveFilter activeFilter, MmSelectedFilter selectedFilter, MmNetworkFilter networkFilter) |
| Create an MmMessage, with filters defined directly More...
|
|
| MmMessage (MmMessage message) |
| Duplicate an MmMessage More...
|
|
override void | Deserialize (NetworkReader reader) |
| Deserialize the MmMessage More...
|
|
override void | Serialize (NetworkWriter writer) |
| Serialize the MmMessage More...
|
|
MmMessage with int payload
◆ MmMessageInt() [1/4]
MercuryMessaging.MmMessageInt.MmMessageInt |
( |
| ) |
|
◆ MmMessageInt() [2/4]
MercuryMessaging.MmMessageInt.MmMessageInt |
( |
MmMetadataBlock |
metadataBlock = null | ) |
|
Creates a basic MmMessageInt, with a control block
- Parameters
-
metadataBlock | Object defining the routing of messages |
◆ MmMessageInt() [3/4]
Create an MmMessage, with control block, MmMethod, and an int
- Parameters
-
iVal | Int payload |
mmMethod | Identifier of target MmMethod |
metadataBlock | Object defining the routing of messages |
◆ MmMessageInt() [4/4]
MercuryMessaging.MmMessageInt.MmMessageInt |
( |
MmMessageInt |
message | ) |
|
◆ Copy()
override MmMessage MercuryMessaging.MmMessageInt.Copy |
( |
| ) |
|
|
virtual |
◆ Deserialize()
override void MercuryMessaging.MmMessageInt.Deserialize |
( |
NetworkReader |
reader | ) |
|
Deserialize the message
- Parameters
-
reader | UNET based deserializer object |
◆ Serialize()
override void MercuryMessaging.MmMessageInt.Serialize |
( |
NetworkWriter |
writer | ) |
|
Serialize the MmMessage
- Parameters
-
writer | UNET based serializer |
◆ value
int MercuryMessaging.MmMessageInt.value |
The documentation for this class was generated from the following file:
- C:/Users/ce223/Documents/Projects/MercuryMessaging/Assets/MercuryMessaging/Protocol/Message/MmMessageInt.cs