This library was built for create apps using devices with iAP protocol and MFi.
Installation instructions:
- Copy the *.a and *.h files into the folder "Libs" in your MAC or in your MAC HOSTED by AnywhereSoftware, normally in "B4i-MacServer\Libs" folder
-Copy the iExternalAccesory.xml to your custom libraries folder in B4i
- Select in your REFERENCED LIBRARIES
Version history:
V1.0.0 (First public release):
- Initial version
iExternalAccessory
Author: Alberto Iglesias (alberto@visualnet.inf.br)
Version: 1
- iExternalAccessory
Events:- _ReadData (BytesReceived As String)
- _onClose
- _onConnected (Accessory As String)
- _onDisconnected (Accessory As String)
- _onOpen
- _onStream (Event As String)
- onInitialized (EventName As String)
- EACloseSession
- EAGetAccessories As NSString*
- EAOpenSession:: (name As NSString*, protocol As NSString*) As Boolean
Scan External Accessories
-(void)EAScan; - EASendHex: (hextosend As NSString*) As Boolean
- EASendText: (texttosend As NSString*) As Boolean
- Initialize:: (bi As B4I*, EventName As NSString*)
Initializes the object. - LicenseShow
Show License - isConnected As Boolean
- Author As NSString* [read only]
Author of this Library - DebugMode As BOOL
Enable/Disable Debug mode from Library - ErrorCode As Int [read only]
Last Error Code - ErrorDescription As NSString* [read only]
Last Error Description - LicenseEmail As NSString*
License Email - LicenseKey As NSString*
License Key - Version As NSString* [read only]
Library Version
* This version is fully functional, the only one difference is when send message, sometimes can be show a donation message.
Please consider a simple €10 donation and I send to you the Library without "Donationware" message alert.
Get the lastest version in http://vnsoft.es/store/
You can get your license key in our library store:
Attachments
Last edited: