Метод | Описание | |
---|---|---|
CheckState ( OTA.Plugin.HookContext &ctx, HookArgs &args ) : void |
Handles the connection state when receiving a packet
|
|
HandlePacket ( OTA.Plugin.HookContext &ctx, HookArgs &args ) : void |
Handles packets received from OTA
|
Метод | Описание | |
---|---|---|
GetHandlers ( ) : IPacketHandler[] |
Loads all packet handlers in the code base.
|
|
Initialise ( Entry plugin ) : void |
public static CheckState ( OTA.Plugin.HookContext &ctx, HookArgs &args ) : void | ||
ctx | OTA.Plugin.HookContext | |
args | HookArgs | |
Результат | void |
public static HandlePacket ( OTA.Plugin.HookContext &ctx, HookArgs &args ) : void | ||
ctx | OTA.Plugin.HookContext | |
args | HookArgs | |
Результат | void |