View Source ow_msg (overworld v2.0.0)
Summary
Functions
Decodes a message using the Overworld-specific application decoder.
Decodes a message using the specified encoder library and application. First, it decodes the larger message using the encoder library and application. Then, it looks up the appropriate server callback module based on the decoded call. Finally, it sends the sub-message to the sub-module for further processing and returns the result.
Encodes a message using the Overworld-specific application encoder. If called from Overworld, the EncoderLib and Application are known.
Encodes a message using the specified encoder library and application. It first retrieves the prefix for the application and prepends it to the encoded message.
Decodes a raw message and returns the decoded call and sub-message. This function is primarily used for debugging purposes.
Functions
Decodes a message using the Overworld-specific application decoder.
Decodes a message using the specified encoder library and application. First, it decodes the larger message using the encoder library and application. Then, it looks up the appropriate server callback module based on the decoded call. Finally, it sends the sub-message to the sub-module for further processing and returns the result.
Encodes a message using the Overworld-specific application encoder. If called from Overworld, the EncoderLib and Application are known.
Encodes a message using the specified encoder library and application. It first retrieves the prefix for the application and prepends it to the encoded message.
Decodes a raw message and returns the decoded call and sub-message. This function is primarily used for debugging purposes.