MCPcopy Create free account
hub / github.com/bdring/FluidNC / IPAddress

Method IPAddress

X86TestSupport/TestSupport/IPAddress.h:21–21  ·  view source on GitHub ↗

Constructors

Source from the content-addressed store, hash-verified

19public:
20 // Constructors
21 IPAddress() { _address.dword = 0; }
22 IPAddress(uint8_t first_octet, uint8_t second_octet, uint8_t third_octet, uint8_t fourth_octet) {
23 _address.bytes[0] = first_octet;
24 _address.bytes[1] = second_octet;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected