JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces
juce_IPAddress.cpp File Reference

Go to the source code of this file.

Classes

union  juce::IPAddressByteUnion
 Union used to split a 16-bit unsigned integer into 2 8-bit unsigned integers or vice-versa. More...
 

Namespaces

namespace  juce
 JUCE Namespace.
 

Class Documentation

◆ juce::IPAddressByteUnion

union juce::IPAddressByteUnion

Union used to split a 16-bit unsigned integer into 2 8-bit unsigned integers or vice-versa.

Definition at line 27 of file juce_IPAddress.cpp.

Class Members
uint16 combined
uint8 split[2]