MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / PostCommandToBinder

Method PostCommandToBinder

Src/Core/ConnectorBridge.cpp:34–37  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

32
33////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
34void FSecure::C3::Core::ConnectorBridge::PostCommandToBinder(ByteView binderId, ByteView command)
35{
36 return GetGateRelay()->PostCommandToPeripheral(command, binderId.Read<RouteId>());
37}
38
39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
40void FSecure::C3::Core::ConnectorBridge::OnCommandFromBinder(ByteView binderId, ByteView command)

Calls 1

Tested by

no test coverage detected