//
//  PreventingNameConflicts.h
//  StarIOPort
//
//  Created by u3237 on 2018/03/12.
//

#pragma once

#pragma mark - StarIOPort.h/c

#define OpenPort JpStarmStarioOpenPort
#define ClosePort JpStarmStarioClosePort
#define ReadPort JpStarmStarioReadPort
#define WritePort JpStarmStarioWritePort
#define RetrieveFirmwareInformation JpStarmStarioRetrieveFirmwareInformation
#define RetrieveDipSwitchInformation JpStarmStarioRetrieveDipSwitchInformation
#define GetOnlineStatus JpStarmStarioGetOnlineStatus
#define GetParsedStatus JpStarmStarioGetParsedStatus
#define GetParsedStatusEx JpStarmStarioGetParsedStatusEx
#define BeginCheckedBlock JpStarmStarioBeginCheckedBlock
#define BeginCheckedBlockEx JpStarmStarioBeginCheckedBlockEx
#define EndCheckedBlock JpStarmStarioEndCheckedBlock
#define EndCheckedBlockEx JpStarmStarioEndCheckedBlockEx
