sendPacket method

void sendPacket(
  1. CPacket packet
)

Implementation

void sendPacket(CPacket packet) {
  // TODO: Change CPacket to protocol buffer type and convert to bytes for CPacket
  _lib.proxy_send(_inner, packet);
}