Skip to main content
Version: 2.x

Delegate NativeBindings.IOdinCipher.OnEvent

void (* on_event) (struct OdinCipher cipher, const unsigned char bytes, uint32_t length);

Assembly: cs.temp.dll.dll
Declaration
public delegate void NativeBindings.IOdinCipher.OnEvent(IntPtr cipher, byte[] bytes, uint length)