MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / writeInt32

Method writeInt32

JUCE/modules/juce_osc/osc/juce_OSCSender.cpp:51–54  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

49
50 //==============================================================================
51 bool writeInt32 (int32 value)
52 {
53 return output.writeIntBigEndian (value);
54 }
55
56 bool writeUint64 (uint64 value)
57 {

Callers

nothing calls this directly

Calls 1

writeIntBigEndianMethod · 0.80

Tested by

no test coverage detected