com.common.apiutil.nfc.Nfc
byte[] ultraigh_pwd_auth(byte noBlock, byte[] pwd)
byte[] ultraigh_read_page(byte noBlock)
void ultraigh_write_page(byte noBlock, byte[] inBuf, int inLen)
you can use above 3 to access ultralight card.
if you want to use APDU , you can use this.
byte[] transmit(byte[] sendBuffer, int sendBufferLength)