Gocator API > Go2.Output > Values > Go2AsciiOperation
Gocator 2x00 API
Go2AsciiOperation
Description

Represents the operation used by ASCII protocol

C
enum Go2AsciiOperation {
  GO2_ASCII_ASYNCHRONOUS = 0,
  GO2_ASCII_POLLING = 1
};
Members
Members 
Description 
GO2_ASCII_ASYNCHRONOUS = 0 
ASCII protocol sends data asynchronously 
GO2_ASCII_POLLING = 1 
ASCII protocol requires polling 
File

Go2Api.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.