IrdaManager
Comment:
- IrdaManager exposes the hidden Samsung IrdaManager API to B4A.
http://www.haxd.me/index.php/2013/03/reversing-samsungs-irdamanager/
https://github.com/rngtng/IrDude/blob/master/src/com/rngtng/irdude/MainActivity.java
IrdaManager
Methods:
- Hex2Dec (HexData As String, Separator As String) As String
Converts a String of Hex IR codes into a String of comma separated decimal codes suitable for use with WriteIrSend.
Separator denotes the separator character used in the HexData input.
- Initialize As Boolean
Initialize the IrdaManager.
Returns True if successfully initialized, otherwise False.
If initialization fails the B4A LastException property will contain the related Exception.
- IsInitialized As Boolean
Returns whether or not the IrdaManager is initialized.
- WriteIrSend (DecimalData As String) As Boolean
Sends Data using the IrdaManager.
Returns True if successfully sent, otherwise False.
If send fails the B4A LastException property will contain the related Exception.