00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 enum Command
00012 {
00013 NOP = 0,
00014 Ack,
00015 Nak,
00016 SetType,
00017 ResetType,
00018 Transfer,
00019 BufferWaitForFree,
00020 BufferWaitForFreeElements,
00021 BufferSpaceFree,
00022 WaitUntilReady,
00023 AppendPlunger,
00024 StartPlungers,
00025 PlungerSent,
00026 NoMorePlungers,
00027 EnforceMinimum,
00028 Close,
00029 SpecifyTypes,
00030 InitFromProperties,
00031 Go,
00032 Stop,
00033 Transact,
00034 DeliverResults,
00035 Stopping,
00036 Stopped,
00037 DefineIO
00038 };
00039