Examples of BinaryMimeRecord


Examples of org.nfctools.ndef.mime.BinaryMimeRecord

    AlternativeCarrierRecord alternativeCarrierRecord = handoverRequestRecord.getAlternativeCarriers().get(0);
    assertEquals(CarrierPowerState.Active, alternativeCarrierRecord.getCarrierPowerState());
    assertEquals("0", alternativeCarrierRecord.getCarrierDataReference());
    assertEquals(0, alternativeCarrierRecord.getAuxiliaryDataReferences().size());

    BinaryMimeRecord binaryMimeRecord = (BinaryMimeRecord)records.get(1);
    assertArrayEquals(new byte[] { 0x30 }, binaryMimeRecord.getId());

  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.