예제 #1
0
        public void Unpack(NdefRecord ndefRecord)
        {
            //unpack the record and set this objects properties
            payload = ndefRecord.ToString();

        }