Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6054321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:08:24+00:00 2026-05-23T08:08:24+00:00

I am working on a network program and I have this code in my

  • 0

I am working on a network program and I have this code in my thread pool

unsigned char type = pdata[0];
Packet *packet = m_packetFactory->createInstance(type);

CreateInstance take an enum type to crate a packet based on the enum variable;

Client is using java and serialize the first byte like this

 final byte LOGIN_REQUEST = 1;
 .
 .
 bBuffer.put(LOGIN_REQUEST);

How do I get this in enum type so I can pass that into createInstance method..Thanks in advance..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:08:25+00:00Added an answer on May 23, 2026 at 8:08 am

    If you are sure the data is valid, simply cast it to the enum type:

    enum MyEnum{
      EXAMPLE_1 = 0,
      ...
    };
    
    char type = 0;
    MyEnum etype = static_cast<MyEnum>(type);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on this problem where I have couple of machines on network.
I'm working on a loosely coupled cluster for some data processing. The network code
I have an otherwise working iPhone program. A recent change means that it generates
I am working on a network project which uses TCPListener and TCPClient. I have
I am trying to build a network related program in Java. I have previous
I have this program to draw a labelled edge with the nodes using matplotlib
I'm working on a program that should draw a mindmap-like network of objects on
My question is one I have pondered around when working on a demanding network
I'm working on a basic android wifi management program , but I don't have
I'm working on a network-related project and I am using DTLS (TLS/UDP) to secure

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.