Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OSReadBigInt8は、OSReadBigInt16やOSReadBigInt32のようには存在しないようです。目標cでネットワークバイトをプラットフォームのエンディアンに変換しますか?どうすればいいですか?
エンディアンは、1バイトでは意味がありません。まっすぐにコピーしてください。
uint8_t hostByte = networkByte;