Getting data from a container
Use the
Container.get()
method to read the data in a container into a byte array:
byte[] custInfo = custRec.get();
Parent topic:
Channels and containers
Previous topic:
Receiving the current channel
Next topic:
Browsing the current channel