FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kNode5Client.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_NODE_5_CLIENT_H
9 #define K_FIRESYNC_NODE_5_CLIENT_H
10 
11 #include <kFireSync/kNodeDef.h>
12 
21 //typedef kObject kNode5Client; --forward-declared in kFsDef.x.h
22 
29 kFsFx(kStatus) kNode5Client_Construct(kNode5Client* client, kIpAddress address, k32u id, kAlloc allocator);
30 
31 kFsFx(kStatus) kNode5Client_BeginOpenControl(kNode5Client client);
32 kFsFx(kStatus) kNode5Client_CloseControl(kNode5Client client);
33 
34 kFsFx(kStatus) kNode5Client_WriteFirmware(kNode5Client client, kNodeFirmwareType type, kStream stream, kSize size, kCallbackFx progress, kPointer context);
35 kFsFx(kStatus) kNode5Client_Reset(kNode5Client client, kBool restartApp);
36 
37 kFsFx(kStatus) kNode5Client_GetInfo(kNode5Client client, kNodeInfo* info);
38 
39 #include <kFireSync/Client/Network/kNode5Client.x.h>
40 
41 #endif
Represents types of node firmware.
Represents detailed information about node hardware/firmware.
Definition: kNodeDef.h:2219
Essential declarations related to FireSync nodes.