Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Embed: (wiki syntax)

« Back to documentation index

ftcd_comm_base.h File Reference

ftcd_comm_base.h File Reference

Token [64bit] : The message identifier Status [32 bit] : Status of message parameters (exists in response messages only) Length [32bit] : The message length in bytes Message [Length] : A message to be processed Signature [32B] : The hash (SHA256) value of the message. More...

Go to the source code of this file.

Data Structures

class  FtcdCommBase
 FtcdCommBase implements the logic of processing incoming requests from the remote Factory Tool Demo. More...

Detailed Description

Token [64bit] : The message identifier Status [32 bit] : Status of message parameters (exists in response messages only) Length [32bit] : The message length in bytes Message [Length] : A message to be processed Signature [32B] : The hash (SHA256) value of the message.

Definition in file ftcd_comm_base.h.