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 
13 kBeginHeader()
14 
15 
23 //typedef kObject kNode5Client; --forward-declared in kFsDef.x.h
24 
25 
31 kFsFx(kStatus) kNode5Client_Construct(kNode5Client* client, kIpAddress address, k32u id, kAlloc allocator);
32 
33 kFsFx(kStatus) kNode5Client_BeginOpenControl(kNode5Client client);
34 kFsFx(kStatus) kNode5Client_CloseControl(kNode5Client client);
35 
36 kFsFx(kStatus) kNode5Client_WriteFirmware(kNode5Client client, kNodeFirmwareType type, kStream stream, kSize size, kCallbackFx progress, kPointer context);
37 kFsFx(kStatus) kNode5Client_Reset(kNode5Client client, kBool restartApp);
38 
39 kFsFx(kStatus) kNode5Client_GetInfo(kNode5Client client, kNodeInfo* info);
40 
41 kEndHeader()
42 
43 #include <kFireSync/Client/Network/kNode5Client.x.h>
44 
45 #endif
Represents types of node firmware.
Represents detailed information about node hardware/firmware.
Definition: kNodeDef.h:1929
Essential declarations related to FireSync nodes.