Embedded Systems
expresso.asc
Associated article: Networking Intelligent Devices
Tags: Web Development .NET Embedded Systems
_NETWORKING INTELLIGENT DEVICES_
by Gil Gameiro
Listing One
typedef struct {
nuint16 CheckSum;
nuint16 Length;
nuint16 ConnectionID;
nuint16 SequenceNumber;
nuint16 PacketVersionID;
nuint16 Reserved;
nuint16 Function;
nuint16 SubFunction;
nuint16 Flags;
nuint16 Status;
} NPHeader;
/* NPHeader structure is part of every NP packet going ...


